Skip to content

Commit

Permalink
Merge pull request #10336 from terraform-providers/f/tc-tf-version
Browse files Browse the repository at this point in the history
tc: updating the default version of tf to 0.14.4
  • Loading branch information
tombuildsstuff authored Jan 27, 2021
2 parents b21be5b + c157d6e commit 6d8c6e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .teamcity/components/settings.kt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ var defaultStartHour = 0
var defaultParallelism = 20

// specifies the default version of Terraform Core which should be used for testing
var defaultTerraformCoreVersion = "0.12.28"
var defaultTerraformCoreVersion = "0.14.5"

var locations = mapOf(
"public" to LocationConfiguration("westeurope", "eastus2", "francecentral", false),
Expand Down

0 comments on commit 6d8c6e1

Please sign in to comment.