Skip to content

Commit

Permalink
chore(deps): update dependency hashicorp/terraform to v1.5.5 (#484)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 9, 2023
1 parent 47047fd commit 2b6ccac
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/apply-terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cleanup-terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint-terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rotate-ips.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2b6ccac

Please sign in to comment.