This module allows you to setup the provider for GitHub OIDC.
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"
}
}