Skip to content

Commit

Permalink
Return to using Terraform 1.2.5 across all builds in TeamCity (#10305) (
Browse files Browse the repository at this point in the history
#17703)

[upstream:f27c89d30d97f7e4cd9742df20a3da309d877d45]

Signed-off-by: Modular Magician <magic-modules@google.com>
  • Loading branch information
modular-magician authored Mar 27, 2024
1 parent 9d1df9f commit 3fa0f44
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .changelog/10305.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:none

```
2 changes: 1 addition & 1 deletion .teamcity/components/constants.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "*"
Expand Down

0 comments on commit 3fa0f44

Please sign in to comment.