项目作者: hectcastro

项目描述 :
Terraform module to configure Amazon Web Services (AWS) to trust GitHub's OpenID Connect (OIDC) as a federated identity.
高级语言: HCL
项目地址: git://github.com/hectcastro/terraform-aws-github-actions-oidc.git
创建时间: 2021-10-28T14:21:03Z
项目社区:https://github.com/hectcastro/terraform-aws-github-actions-oidc

开源协议:Apache License 2.0

下载


terraform-aws-github-actions-oidc

Terraform module to configure Amazon Web Services (AWS) to trust GitHub’s OpenID Connect (OIDC) as a federated identity. This enables services like GitHub Actions to access resources within AWS using short-lived credentials.

Usage

  1. module "github_actions_aws_oidc" {
  2. source = "hectcastro/github-actions-oidc/aws"
  3. github_org = "hectcastro"
  4. github_repo = "terraform-aws-github-actions-oidc"
  5. github_custom_claim = "ref:refs/heads/main"
  6. }