diff --git a/test/integration/bootstrap/bootstrap_test.go b/test/integration/bootstrap/bootstrap_test.go index 9539ff5c6..659a541b8 100644 --- a/test/integration/bootstrap/bootstrap_test.go +++ b/test/integration/bootstrap/bootstrap_test.go @@ -147,7 +147,7 @@ func TestBootstrap(t *testing.T) { bootstrap.DefineVerify( func(assert *assert.Assertions) { - parentFolder := terraform.OutputMap(t, bootstrap.GetTFOptions(), "common_config")["parent_id"] + parentFolder := terraform.OutputMap(t, bootstrap.GetTFOptions(), "common_config")["parent_folder"] // cloud build project cbProjectID := bootstrap.GetStringOutput("cloudbuild_project_id")