This resource allows you to create and manage an OpenID Connect subject claim customization template within a GitHub organization.
More information on integrating GitHub with cloud providers using OpenID Connect and a list of available claims is available in the Actions documentation.
resource "github_actions_organization_oidc_subject_claim_customization_template" "example_template" {
include_claim_keys = ["actor", "context", "repository_owner"]
}
The following arguments are supported:
include_claim_keys
- (Required) A list of OpenID Connect claims.This resource can be imported using the organization's name.
$ terraform import github_actions_organization_oidc_subject_claim_customization_template.test example_organization