terraform-provider-google/website/docs/d/google_storage_transfer_project_service_account.html.markdown
The Magician 23b44b5ae5 Add google_storage_transfer_project_service_account data_source (#2692)
<!-- This change is generated by MagicModules. -->
/cc @akramhussein
2018-12-20 17:22:22 -08:00

970 B

layout page_title sidebar_current description
google Google: google_storage_transfer_project_service_account docs-google-datasource-storage-transfer-project-service-account Retrieve default service account used by Storage Transfer Jobs running in this project

google_storage_transfer_project_service_account

Use this data source to retrieve Storage Transfer service account for this project

Example Usage

data "google_storage_transfer_project_service_account" "default" { }

output "default_account" {
  value = "${data.google_storage_transfer_project_service_account.default.email}"
}

Argument Reference

The following arguments are supported:

  • project - (Optional) The project ID. If it is not provided, the provider project is used.

Attributes Reference

The following attributes are exported:

  • email - Email address of the default service account used by Storage Transfer Jobs running in this project