yandex_iam_workload_identity_oidc_federation (Data Source)
Статья создана
Обновлена 30 октября 2025 г.
Get information about a Yandex Cloud IAM workload identity OIDC federation.
Example Usage
//
// Get information about existing IAM Workload Identity OIDC Federation.
//
data "yandex_iam_workload_identity_oidc_federation" "wlif" {
federation_id = "some_federation_id"
}
data "yandex_iam_workload_identity_oidc_federation" "wlif" {
name = "some_federation_name"
}
Schema
Optional
federation_id(String) Id of the OIDC workload identity federation.name(String) Name of the OIDC workload identity federation. The name is unique within the folder.
Read-Only
audiences(Set of String) List of trusted values for aud claim.created_at(String) Creation timestamp.description(String) Description of the OIDC workload identity federation.enabled(Boolean) Enabled flag.folder_id(String) Id of the folder that the OIDC workload identity federation belongs to.id(String) The ID of this resource.issuer(String) Issuer identifier of the external IdP server to be used for authentication.jwks_url(String) URL reference to trusted keys in format of JSON Web Key Set.labels(Map of String) Resource labels as key-value pairs.