Skip to content

Commit

Permalink
fix(deps): update hashicorp/terraform to 1.5.7
Browse files Browse the repository at this point in the history
| datasource      | package             | from  | to    |
| --------------- | ------------------- | ----- | ----- |
| github-releases | hashicorp/terraform | 1.5.6 | 1.5.7 |


Signed-off-by: Anthony Rabbito <hello@anthonyrabbito.com>
  • Loading branch information
renovate[bot] authored Sep 9, 2023
1 parent 1c84892 commit 4b18155
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/terraform-gcp-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ concurrency:

env:
# renovate: datasource=github-releases depName=hashicorp/terraform
TERRAFORM_VERSION: 1.5.6
TERRAFORM_VERSION: 1.5.7
TF_VAR_org_id: ${{ secrets.TF_VARS_GCP_ORG_ID }}
TF_VAR_billing_account: ${{ secrets.TF_VARS_GCP_BILLING_ACCOUNT }}
TF_VAR_group_org_admins: ${{ secrets.TF_VARS_GCP_ORG_ADMINS }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/terraform-gcp-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ concurrency:

env:
# renovate: datasource=github-releases depName=hashicorp/terraform
TERRAFORM_VERSION: 1.5.6
TERRAFORM_VERSION: 1.5.7
TF_VAR_org_id: ${{ secrets.TF_VARS_GCP_ORG_ID }}
TF_VAR_billing_account: ${{ secrets.TF_VARS_GCP_BILLING_ACCOUNT }}
TF_VAR_group_org_admins: ${{ secrets.TF_VARS_GCP_ORG_ADMINS }}
Expand Down

0 comments on commit 4b18155

Please sign in to comment.