sparse-intern-71089
05/17/2022, 7:54 AMsteep-translator-9040
05/17/2022, 1:32 PMfunc TestExamples(t *testing.T) {
cwd, _ := os.Getwd()
integration.ProgramTest(t, &integration.ProgramTestOptions{
Quick: true,
SkipRefresh: true,
Dir: cwd,
Config: map[string]string{
"gcp:project": "my-gcp-project-name",
"stack": `{
"project": "my-gcp-project-name",
"ephemeral": true,
"region": {
"short": "US",
"long": "us-east1-b"
}
}`,
},
})
}