From 2b6ccacde76a5cd9b764d0a510b200c13fcfbcee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Aug 2023 15:42:45 +0000 Subject: [PATCH] chore(deps): update dependency hashicorp/terraform to v1.5.5 (#484) 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 ++-- .github/workflows/rotate-ips.yaml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/apply-terraform.yaml b/.github/workflows/apply-terraform.yaml index aaf52c26..711ffcd0 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.5.4 + terraform_version: 1.5.5 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 d25909a8..9d2eea2c 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.5.4 + terraform_version: 1.5.5 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 b348fa49..8daec64b 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.5.4 + terraform_version: 1.5.5 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.5.4 + terraform_version: 1.5.5 cli_config_credentials_token: ${{ secrets.TF_API_TOKEN }} - name: "Terraform Init" run: terraform init diff --git a/.github/workflows/rotate-ips.yaml b/.github/workflows/rotate-ips.yaml index c998089a..d0f73a64 100644 --- a/.github/workflows/rotate-ips.yaml +++ b/.github/workflows/rotate-ips.yaml @@ -32,7 +32,7 @@ jobs: - name: "Setup Terraform CLI" uses: hashicorp/setup-terraform@v2 with: - terraform_version: 1.5.4 + terraform_version: 1.5.5 cli_config_credentials_token: ${{ secrets.TF_API_TOKEN }} - name: "Terraform Init" working-directory: terraform