Skip to content

Commit

Permalink
chore(deps): update dependency hashicorp/terraform to v1.5.6 (#1718)
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] authored Aug 29, 2023
1 parent 8328e67 commit 0064767
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-terraform-syntax.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Setup terraform
uses: hashicorp/setup-terraform@v2
with:
terraform_version: 1.5.5 # renovate: datasource=github-tags depName=hashicorp/terraform
terraform_version: 1.5.6 # renovate: datasource=github-tags depName=hashicorp/terraform
- name: Terraform validate
run: make validate
working-directory: ./terraform
Expand Down
2 changes: 1 addition & 1 deletion playbooks/pre.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
terraform_path: "{{ basepath }}/terraform"
terragrunt_version: v0.50.9 # renovate: datasource=github-releases depName=gruntwork-io/terragrunt
terragrunt_download_url: "https://github.com/gruntwork-io/terragrunt/releases/download/{{ terragrunt_version }}/terragrunt_linux_amd64"
terraform_version: 1.5.5 # renovate: datasource=github-tags depName=hashicorp/terraform
terraform_version: 1.5.6 # renovate: datasource=github-tags depName=hashicorp/terraform
terraform_download_url: "https://releases.hashicorp.com/terraform/{{ terraform_version }}/terraform_{{ terraform_version }}_linux_amd64.zip"

vars_files:
Expand Down

0 comments on commit 0064767

Please sign in to comment.