From be638987c90f9609dcc56c82823b48d0ae71eafb Mon Sep 17 00:00:00 2001 From: Sarah French <15078782+SarahFrench@users.noreply.github.com> Date: Wed, 27 Mar 2024 20:26:56 +0100 Subject: [PATCH] Return to using Terraform 1.2.5 across all builds in TeamCity (#10305) --- mmv1/third_party/terraform/.teamcity/components/constants.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mmv1/third_party/terraform/.teamcity/components/constants.kt b/mmv1/third_party/terraform/.teamcity/components/constants.kt index dd314e1f2cc9..ba1cd010f3ab 100644 --- a/mmv1/third_party/terraform/.teamcity/components/constants.kt +++ b/mmv1/third_party/terraform/.teamcity/components/constants.kt @@ -16,7 +16,7 @@ const val DefaultStartHour = 4 const val DefaultParallelism = 6 // specifies the default version of Terraform Core which should be used for testing -const val DefaultTerraformCoreVersion = "1.8.0-rc1" // TODO(SarahFrench) - update to 1.8.0 once it's gone GA +const val DefaultTerraformCoreVersion = "1.2.5" // This represents a cron view of days of the week const val DefaultDaysOfWeek = "*"