google_compute_default_service_account

Use this data source to retrieve default service account for this project

Example Usage

data "google_compute_default_service_account" "default" {
}

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

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: