From 2c6a92986dda48d94a06e425d81174cb831fe60e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 03:14:02 +0000 Subject: [PATCH] chore(deps): update dependency hashicorp/terraform to v1.9.5 --- dot_config/aquaproj-aqua/aqua.yaml | 2 +- terraform/shared/version.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dot_config/aquaproj-aqua/aqua.yaml b/dot_config/aquaproj-aqua/aqua.yaml index 334eda0a..11ecc434 100644 --- a/dot_config/aquaproj-aqua/aqua.yaml +++ b/dot_config/aquaproj-aqua/aqua.yaml @@ -26,7 +26,7 @@ packages: - name: shellspec/shellspec@0.28.1 - name: jdx/mise@v2024.9.1 - name: junegunn/fzf@v0.55.0 - - name: hashicorp/terraform@v1.9.3 + - name: hashicorp/terraform@v1.9.5 - name: helmfile/helmfile@v0.167.1 - name: ahmetb/kubectx/kubens@v0.9.5 - name: ahmetb/kubectx@v0.9.5 diff --git a/terraform/shared/version.tf b/terraform/shared/version.tf index 531660b7..23b5d730 100644 --- a/terraform/shared/version.tf +++ b/terraform/shared/version.tf @@ -1,5 +1,5 @@ terraform { - required_version = "1.8.0" + required_version = "1.9.5" required_providers { github = { source = "integrations/github"