Skip to content

Commit

Permalink
ci: update terraform pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
italopessoa authored Nov 28, 2024
1 parent fc4c46e commit cbc3684
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

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

- name: Terraform Validate
id: validate
Expand Down Expand Up @@ -190,4 +190,4 @@ jobs:
workspace: ${{ env.TF_WORKSPACE }}
configuration_version: ${{ needs.deploy.outputs.CONFIG_VERSION }}
is_destroy: true


0 comments on commit cbc3684

Please sign in to comment.