Adding ability to pass multiple repos
Breaking Changes!!!
var.github_repository
of type string
is now var.github_repositories
of type list(string)
to allow using the default iam role in multiple repos.
Full Changelog: v.1.2.0...v2.0.0
What's Changed
- Bump hashicorp/setup-terraform from 2.0.0 to 2.0.2 by @dependabot in #10
- Bump hashicorp/setup-terraform from 2.0.2 to 2.0.3 by @dependabot in #12
- Refactor OIDC Module by @julialawrence in #13
New Contributors
- @dependabot made their first contribution in #10