Skip to content

Commit

Permalink
Try reconfigure on init
Browse files Browse the repository at this point in the history
  • Loading branch information
nickclyde committed Mar 19, 2024
1 parent 613c032 commit 3efb67a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/awsDeployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
env:
TF_ENV: ${{ steps.set-environment.outputs.tf_env }}
run: |
terraform init -backend-config=backend.tfvars
terraform init -backend-config=backend.tfvars -reconfigure
terraform workspace select -or-create $TF_ENV
terraform apply -auto-approve -lock-timeout=30m

0 comments on commit 3efb67a

Please sign in to comment.