We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b29d42 commit d9ccfe7Copy full SHA for d9ccfe7
test/integration/bootstrap/bootstrap_test.go
@@ -147,7 +147,7 @@ func TestBootstrap(t *testing.T) {
147
bootstrap.DefineVerify(
148
func(assert *assert.Assertions) {
149
150
- parentFolder := terraform.OutputMap(t, bootstrap.GetTFOptions(), "common_config")["parent_folder"]
+ parentFolder := terraform.OutputMap(t, bootstrap.GetTFOptions(), "common_config")["parent_id"]
151
152
// cloud build project
153
cbProjectID := bootstrap.GetStringOutput("cloudbuild_project_id")
0 commit comments