Skip to content

Commit f27c89d

Browse files
authored
Return to using Terraform 1.2.5 across all builds in TeamCity (#10305)
1 parent 0254ec8 commit f27c89d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mmv1/third_party/terraform/.teamcity/components/constants.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const val DefaultStartHour = 4
1616
const val DefaultParallelism = 6
1717

1818
// specifies the default version of Terraform Core which should be used for testing
19-
const val DefaultTerraformCoreVersion = "1.8.0-rc1" // TODO(SarahFrench) - update to 1.8.0 once it's gone GA
19+
const val DefaultTerraformCoreVersion = "1.2.5"
2020

2121
// This represents a cron view of days of the week
2222
const val DefaultDaysOfWeek = "*"

0 commit comments

Comments
 (0)