From 66e2a53e5ed7813d2a23590edbb58febb6c6f60a Mon Sep 17 00:00:00 2001 From: Damien Duportal Date: Mon, 23 Dec 2024 16:17:44 +0100 Subject: [PATCH] chore: Bump Terraform 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 6e7e680..b10442a 160000 --- a/.shared-tools +++ b/.shared-tools @@ -1 +1 @@ -Subproject commit 6e7e680bd785c567fa98c3de7456acb4c4f78e1a +Subproject commit b10442a3422aaaae277e5bcef360780db9029060 diff --git a/versions.tf b/versions.tf index 6d10b05..07fa499 100644 --- a/versions.tf +++ b/versions.tf @@ -1,5 +1,5 @@ terraform { - required_version = ">= 1.9, <1.10" + required_version = ">= 1.10, <1.11" required_providers { fastly = { source = "fastly/fastly"