Get a IAM workload identity provider from Google Cloud by its id.
data "google_iam_workload_identity_pool_provider" "foo" {
workload_identity_pool_id = "foo-pool"
workload_identity_pool_provider_id = "bar-provider"
}
The following arguments are supported:
workload_identity_pool_id
- (Required) The id of the pool which is the
final component of the pool resource name.workload_identity_pool_provider_id
- (Required) The id of the provider 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_provider resource for details of all the available attributes.