From 31c81cfb322c5fafff22e023bbd0f306aeb7a3fa Mon Sep 17 00:00:00 2001 From: Damien Duportal Date: Mon, 23 Dec 2024 16:13:20 +0100 Subject: [PATCH] chore: Bump Terrafrom from 1.9.x to 1.10.x - https://github.com/jenkins-infra/helpdesk/issues/4465 (#563) 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 48a52e9..b10442a 160000 --- a/.shared-tools +++ b/.shared-tools @@ -1 +1 @@ -Subproject commit 48a52e98a2221b4292c4270d9f77212f25f27c27 +Subproject commit b10442a3422aaaae277e5bcef360780db9029060 diff --git a/versions.tf b/versions.tf index e95f930..302bbff 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 { aws = { source = "hashicorp/aws"