Получи случайную криптовалюту за регистрацию!

​​Terraform module for setting up OIDC federation between AWS | AWS Notes

​​Terraform module for setting up OIDC federation between AWS and Github Actions/Gitlab CI:

https://github.com/marco-lancini/utils/tree/main/terraform/aws-oidc-ci

module "ci_oidc" {
source = "./aws-oidc-ci"
allow_github = true
github_org = ""
github_repos = [
":*",
# To restrict to a branch,
# replace `*` with `ref_type:branch:ref:main`
":ref_type:branch:ref:main",
]
}

#Terraform