File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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```
Original file line number Diff line number Diff 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# ###############################################################################
You can’t perform that action at this time.
0 commit comments