Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions modules/iam-role/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The defaults provided by the module are suitable for GitHub Free, Pro, & Team, i

```hcl
module "iam_oidc_role" {
source = "terraform-aws-modules/iam/aws//modules/iam-oidc-role"
source = "terraform-aws-modules/iam/aws//modules/iam-role"

enable_github_oidc = true

Expand All @@ -33,7 +33,7 @@ For GitHub Enterprise Server, users will need to provide value for the `oidc_aud

```hcl
module "iam_oidc_role" {
source = "terraform-aws-modules/iam/aws//modules/iam-oidc-role"
source = "terraform-aws-modules/iam/aws//modules/iam-role"

enable_github_oidc = true

Expand Down
Loading