Skip to content

Commit

Permalink
fix(ci): terraform init
Browse files Browse the repository at this point in the history
  • Loading branch information
simbleau committed Apr 25, 2024
1 parent 93d7c62 commit a9eb6ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
TF_ACTION_WORKING_DIR: 'terraform'

- name: Terraform Init
run: terraform init terraform
run: terraform init

- name: Terraform Apply
run: terraform apply -auto-approve
Expand Down

0 comments on commit a9eb6ce

Please sign in to comment.