We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18babfd commit c03eb6dCopy full SHA for c03eb6d
README.md
@@ -59,7 +59,7 @@ module "github-oidc" {
59
create_oidc_provider = true
60
create_oidc_role = true
61
62
- github_repositories = var.github_repositories
+ github_repositories = ["terraform-module/module-blueprint"]
63
oidc_role_attach_policies = ["arn:aws:iam::aws:policy/AmazonEC2ContainerRegistryReadOnly"]
64
}
65
```
@@ -154,9 +154,6 @@ Currently maintained by [Ivan Katliarchuk](https://github.com/ivankatliarchuk) a
154
## Terraform Registry
155
156
- [Module](https://registry.terraform.io/modules/terraform-module/todo/aws)
157
-
158
-## Resources
159
160
- [Terraform modules](https://registry.terraform.io/namespaces/terraform-module)
161
162
## Resources
0 commit comments