github_actions_organization_oidc_subject_claim_customization_template

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.

Example Usage

resource "github_actions_organization_oidc_subject_claim_customization_template" "example_template" {
  include_claim_keys = ["actor", "context", "repository_owner"]
}

Argument Reference

The following arguments are supported:

Import

This resource can be imported using the organization's name.

$ terraform import github_actions_organization_oidc_subject_claim_customization_template.test example_organization