From 6820d9a96517c3d664ccd9b95c2487e0e7c75a8e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 09:43:13 +0000 Subject: [PATCH] chore(deps): update dependency hashicorp/terraform to v1.14.0 --- .github/workflows/infra-deploy.yml | 2 +- .github/workflows/infra-test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/infra-deploy.yml b/.github/workflows/infra-deploy.yml index a66881e..c25adde 100644 --- a/.github/workflows/infra-deploy.yml +++ b/.github/workflows/infra-deploy.yml @@ -15,7 +15,7 @@ concurrency: env: # renovate: datasource=github-releases depName=hashicorp/terraform versioning=hashicorp - TERRAFORM_VERSION: "1.13.4" + TERRAFORM_VERSION: "1.14.0" jobs: deploy: diff --git a/.github/workflows/infra-test.yml b/.github/workflows/infra-test.yml index 518095c..b7b1d73 100644 --- a/.github/workflows/infra-test.yml +++ b/.github/workflows/infra-test.yml @@ -12,7 +12,7 @@ permissions: env: # renovate: datasource=github-releases depName=hashicorp/terraform versioning=hashicorp - TERRAFORM_VERSION: "1.13.4" + TERRAFORM_VERSION: "1.14.0" jobs: qa: