diff --git a/.github/workflows/deploy_terraform.yml b/.github/workflows/deploy_terraform.yml index fe3ca9b2..79adf795 100644 --- a/.github/workflows/deploy_terraform.yml +++ b/.github/workflows/deploy_terraform.yml @@ -45,7 +45,7 @@ jobs: # Deploy shared terrform things - name: Terraform Init - run: cd infrastructure/terraform/shared && terraform init -upgrade + run: cd infrastructure/terraform/shared && terraform init - name: Terraform Workspace run: |