From 2866f5c1c886e70bd000d447517c3f235ffa4993 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 17 Aug 2024 00:01:44 +0000 Subject: [PATCH] chore(deps): update dependency hashicorp/terraform to v1.9.4 --- 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 81a58d70..d2686c01 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.8.6 - name: junegunn/fzf@v0.54.3 - - name: hashicorp/terraform@v1.9.3 + - name: hashicorp/terraform@v1.9.4 - 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..bfcc42e1 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.4" required_providers { github = { source = "integrations/github"