From 3c4fcfd5007605511a2b73138c40db05501e991c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 12 Oct 2024 22:36:22 +0000 Subject: [PATCH] chore(deps): update dependency hashicorp/terraform to v1.9.7 --- 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 3bce7bac..37403615 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.10.2 - name: junegunn/fzf@v0.55.0 - - name: hashicorp/terraform@v1.9.3 + - name: hashicorp/terraform@v1.9.7 - name: helmfile/helmfile@v0.168.0 - 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 078237d9..469272d8 100644 --- a/terraform/shared/version.tf +++ b/terraform/shared/version.tf @@ -1,5 +1,5 @@ terraform { - required_version = "1.8.2" + required_version = "1.9.7" required_providers { github = { source = "integrations/github"