Skip to content

Commit

Permalink
Update dependency hashicorp/terraform to v1.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 18, 2024
1 parent ad1b67a commit 9243bb6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/terraform-apply.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,19 +42,19 @@ jobs:
--output none && echo "[i] Waiting 30s for network ACLs to update" && sleep 30
- name: Init
uses: docker://hashicorp/terraform:1.9.5
uses: docker://hashicorp/terraform:1.9.8
with:
entrypoint: terraform
args: -chdir=terraform init -backend-config=backend.vars -input=false

- name: Set workspace
uses: docker://hashicorp/terraform:1.9.5
uses: docker://hashicorp/terraform:1.9.8
with:
entrypoint: terraform
args: -chdir=terraform workspace select Prod

- name: Plan
uses: docker://hashicorp/terraform:1.9.5
uses: docker://hashicorp/terraform:1.9.8
env:
TF_VAR_azure_client_id: ${{ secrets.TF_AZURE_CLIENT_ID }}
TF_VAR_azure_client_secret: ${{ secrets.TF_AZURE_CLIENT_SECRET }}
Expand All @@ -63,7 +63,7 @@ jobs:
args: -chdir=terraform plan -out=tfplan -input=false

- name: Apply
uses: docker://hashicorp/terraform:1.9.5
uses: docker://hashicorp/terraform:1.9.8
env:
TF_VAR_azure_client_id: ${{ secrets.TF_AZURE_CLIENT_ID }}
TF_VAR_azure_client_secret: ${{ secrets.TF_AZURE_CLIENT_SECRET }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/terraform-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,19 @@ jobs:
working-directory: terraform

- name: Run a Terraform init
uses: docker://hashicorp/terraform:1.9.5
uses: docker://hashicorp/terraform:1.9.8
with:
entrypoint: terraform
args: init

- name: Run a Terraform validate
uses: docker://hashicorp/terraform:1.9.5
uses: docker://hashicorp/terraform:1.9.8
with:
entrypoint: terraform
args: validate

- name: Run a Terraform format check
uses: docker://hashicorp/terraform:1.9.5
uses: docker://hashicorp/terraform:1.9.8
with:
entrypoint: terraform
args: fmt -check=true -diff=true
Expand Down
2 changes: 1 addition & 1 deletion terraform/.terraform-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.9.5
1.9.8

0 comments on commit 9243bb6

Please sign in to comment.