blob: f9dce2576ae0012963f2efb4a8b8e0739feef87d [file] [log] [blame]
---
# ----------------------------------------------------------------------------
#
# *** AUTO GENERATED CODE *** Type: MMv1 ***
#
# ----------------------------------------------------------------------------
#
# This file is automatically generated by Magic Modules and manual
# changes will be clobbered when the file is regenerated.
#
# Please read more about how to change this file in
# .github/CONTRIBUTING.md.
#
# ----------------------------------------------------------------------------
subcategory: "Cloud Endpoints"
description: |-
A datasource to retrieve the IAM policy state for Cloud Endpoints Service
---
# `google_endpoints_service_iam_policy`
Retrieves the current IAM policy data for service
## example
```hcl
data "google_endpoints_service_iam_policy" "policy" {
service_name = google_endpoints_service.endpoints_service.service_name
}
```
## Argument Reference
The following arguments are supported:
## Attributes Reference
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.