terraform-aws-github-oidc-provider
Terraform module for accessing AWS APIs via Github Actions through OpenID Connect.
Name |
Version |
aws |
>= 5.82.0 |
No modules.
Name |
Description |
Type |
Default |
Required |
github_organization_name |
Organization name on Github. |
string |
n/a |
yes |
github_repository_name |
Repository name on Github. |
string |
n/a |
yes |
project_name |
Unique name representing the module, will be used to tag resources created by it. |
string |
"github-oidc-provider" |
no |
Name |
Description |
aws_iam_role_arn |
IAM role arn for github actions (To be stored as a secret and referenced as secrets.AWS_IAM_ROLE) |
github_repository_url |
The URL of the Github repository that will be used for CI. |