From 47ec2b07b4764de5bbb1c41d48c294d59e431ef2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 11:38:37 +0000 Subject: [PATCH] chore(deps): update dependency hashicorp/terraform to v1.9.6 (#656) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/apply-terraform.yaml | 2 +- .github/workflows/cleanup-terraform.yaml | 2 +- .github/workflows/lint-terraform.yaml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/apply-terraform.yaml b/.github/workflows/apply-terraform.yaml index 3738dc5f..1c005545 100644 --- a/.github/workflows/apply-terraform.yaml +++ b/.github/workflows/apply-terraform.yaml @@ -65,7 +65,7 @@ jobs: - name: "Setup Terraform CLI" uses: hashicorp/setup-terraform@v2 with: - terraform_version: 1.9.5 + terraform_version: 1.9.6 cli_config_credentials_token: ${{ secrets.TF_API_TOKEN }} - name: "Terraform Init" run: terraform init diff --git a/.github/workflows/cleanup-terraform.yaml b/.github/workflows/cleanup-terraform.yaml index 52118e19..4b58e0e8 100644 --- a/.github/workflows/cleanup-terraform.yaml +++ b/.github/workflows/cleanup-terraform.yaml @@ -20,7 +20,7 @@ jobs: - name: "Setup Terraform CLI" uses: hashicorp/setup-terraform@v2 with: - terraform_version: 1.9.5 + terraform_version: 1.9.6 cli_config_credentials_token: ${{ secrets.TF_API_TOKEN }} - name: "Terraform Init" run: terraform init diff --git a/.github/workflows/lint-terraform.yaml b/.github/workflows/lint-terraform.yaml index f64db98e..a6a60566 100644 --- a/.github/workflows/lint-terraform.yaml +++ b/.github/workflows/lint-terraform.yaml @@ -18,7 +18,7 @@ jobs: - name: "Setup Terraform CLI" uses: hashicorp/setup-terraform@v2 with: - terraform_version: 1.9.5 + terraform_version: 1.9.6 cli_config_credentials_token: ${{ secrets.TF_API_TOKEN }} - name: "Terraform Fmt Check" run: terraform fmt -check @@ -38,7 +38,7 @@ jobs: - name: "Setup Terraform CLI" uses: hashicorp/setup-terraform@v2 with: - terraform_version: 1.9.5 + terraform_version: 1.9.6 cli_config_credentials_token: ${{ secrets.TF_API_TOKEN }} - name: "Terraform Init" run: terraform init