in helpers/foundation-deployer/msg/msg.go [82:95]
func PrintQuotaMsg(sa string, disablePrompt bool) {
fmt.Println("")
fmt.Println("# Request a billing quota increase for the service account of stage 4-projects")
fmt.Printf("# %s \n", sa)
fmt.Printf("# Link: %s\n", quotaURL)
fmt.Println("")
fmt.Printf("# See: %s\n", troubleQuotaURL)
fmt.Println("# for additional information")
fmt.Println("")
if !disablePrompt {
PressEnter("")
fmt.Println("")
}
}