google_app_engine_default_service_account

Use this data source to retrieve the default App Engine service account for the specified project.

Example Usage

data "google_app_engine_default_service_account" "default" {
}

output "default_account" {
  value = data.google_app_engine_default_service_account.default.email
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: