Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 398 Bytes

File metadata and controls

21 lines (15 loc) · 398 Bytes

GitHub OIDC Provider

This module allows you to setup the provider for GitHub OIDC.

Usage

See variables.tf for the full argument reference.

module "oidc_github_provider" {
  source      = "github.com/script47/aws-tf-modules/github-oidc-provider"

  thumbprints = []

  tags = {
    Project     = "my-project"
    Service     = "my-service"
    Environment = "production"
  }
}