Skip to content

Commit af34f93

Browse files
docs: Correct module source path for iam-role (#616)
1 parent a37dcb6 commit af34f93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/iam-role/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The defaults provided by the module are suitable for GitHub Free, Pro, & Team, i
1010

1111
```hcl
1212
module "iam_oidc_role" {
13-
source = "terraform-aws-modules/iam/aws//modules/iam-oidc-role"
13+
source = "terraform-aws-modules/iam/aws//modules/iam-role"
1414
1515
enable_github_oidc = true
1616
@@ -33,7 +33,7 @@ For GitHub Enterprise Server, users will need to provide value for the `oidc_aud
3333

3434
```hcl
3535
module "iam_oidc_role" {
36-
source = "terraform-aws-modules/iam/aws//modules/iam-oidc-role"
36+
source = "terraform-aws-modules/iam/aws//modules/iam-role"
3737
3838
enable_github_oidc = true
3939

0 commit comments

Comments
 (0)