We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8bd9ba commit c9a3383Copy full SHA for c9a3383
1 file changed
test/terraform_aks_test.go
@@ -39,12 +39,9 @@ func TestTerraformBasicExample(t *testing.T) {
39
t.Fatal("Wrong output")
40
}
41
})
42
-
43
44
45
46
func configureTerraformOptions(t *testing.T, fixtureFolder string) *terraform.Options {
47
48
terraformOptions := &terraform.Options{
49
// The path to where our Terraform code is located
50
TerraformDir: fixtureFolder,
0 commit comments