Skip to content

Commit

Permalink
Merge pull request #7583 from terraform-providers/f/tc-build-dir
Browse files Browse the repository at this point in the history
acctest: specifying the full path to terraform
  • Loading branch information
tombuildsstuff authored Jul 6, 2020
2 parents 04b3334 + 310006b commit bd3be3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .teamcity/components/build_components.kt
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ fun ParametrizedWithType.TerraformAcceptanceTestsFlag() {

fun ParametrizedWithType.TerraformCoreBinaryTesting() {
text("TERRAFORM_CORE_VERSION", defaultTerraformCoreVersion, "The version of Terraform Core which should be used for testing")
hiddenVariable("env.TF_ACC_TERRAFORM_PATH", "./tools/terraform", "The path where the Terraform Binary is located")
hiddenVariable("env.TF_ACC_TERRAFORM_PATH", "%teamcity.build.workingDir%/tools/terraform", "The path where the Terraform Binary is located")
}

fun ParametrizedWithType.TerraformShouldPanicForSchemaErrors() {
Expand Down

0 comments on commit bd3be3a

Please sign in to comment.