in helpers/foundation-deployer/msg/msg.go [97:110]
func PrintAdminGroupPermissionMsg(sa string, disablePrompt bool) {
fmt.Println("")
fmt.Println("# Request a Super Admin to Grant 'Group Admin' role in the")
fmt.Println("# Admin Console of the Google Workspace to the Bootstrap service account:")
fmt.Printf("# %s \n", sa)
fmt.Println("")
fmt.Printf("# See: %s\n", groupAdminURL)
fmt.Println("# for additional information")
fmt.Println("")
if !disablePrompt {
PressEnter("")
fmt.Println("")
}
}