Get a IAM workload identity pool from Google Cloud by its id.
data "google_iam_workload_identity_pool" "foo" {
workload_identity_pool_id = "foo-pool"
}
The following arguments are supported:
workload_identity_pool_id
- (Required) The id of the pool which is the
final component of the resource name.project
- (Optional) The project in which the resource belongs. If it
is not provided, the provider project is used.See google_iam_workload_identity_pool resource for details of all the available attributes.