From db8075d102f781a2ac4a9a2eabe2f1621c135ff2 Mon Sep 17 00:00:00 2001 From: Damien Duportal Date: Mon, 23 Dec 2024 15:38:27 +0100 Subject: [PATCH] chore: Bump Terrafrom from 1.9.x to 1.10.x - https://github.com/jenkins-infra/helpdesk/issues/4465 Signed-off-by: Damien Duportal --- .shared-tools | 2 +- versions.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.shared-tools b/.shared-tools index 3612af5..b10442a 160000 --- a/.shared-tools +++ b/.shared-tools @@ -1 +1 @@ -Subproject commit 3612af5941ad4f991dd5f731e91c27c1394f0477 +Subproject commit b10442a3422aaaae277e5bcef360780db9029060 diff --git a/versions.tf b/versions.tf index fba67f6..6b65350 100644 --- a/versions.tf +++ b/versions.tf @@ -1,6 +1,6 @@ terraform { - required_version = ">= 1.9, <1.10" + required_version = ">= 1.10, <1.11" required_providers { azurerm = { source = "hashicorp/azurerm"