Skip to content

Commit 82ce011

Browse files
update readme to inline with current module
1 parent 665a5a2 commit 82ce011

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ module "github-oidc" {
5959
create_oidc_provider = true
6060
create_oidc_role = true
6161
62-
github_repositories = ["terraform-module/module-blueprint"]
62+
repositories = ["terraform-module/module-blueprint"]
6363
oidc_role_attach_policies = ["arn:aws:iam::aws:policy/AmazonEC2ContainerRegistryReadOnly"]
6464
}
6565
```

examples/basic/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module "github-oidc" {
77
create_oidc_provider = true
88
create_oidc_role = true
99

10-
github_repositories = ["terraform-module/terraform-aws-github-oidc-provider:ref:refs/heads/main"]
10+
repositories = ["terraform-module/terraform-aws-github-oidc-provider:ref:refs/heads/main"]
1111
oidc_role_attach_policies = ["arn:aws:iam::aws:policy/AmazonEC2ContainerRegistryReadOnly"]
1212
}
1313
################################################################################

0 commit comments

Comments
 (0)