google_endpoints_service_iam_policy
Retrieves the current IAM policy data for service
data "google_endpoints_service_iam_policy" "policy" {
service_name = google_endpoints_service.endpoints_service.service_name
}
The following arguments are supported:
The attributes are exported:
etag
- (Computed) The etag of the IAM policy.
policy_data
- (Required only by google_endpoints_service_iam_policy
) The policy data generated by
a google_iam_policy
data source.