Skip to content

Adding ability to pass multiple repos

Compare
Choose a tag to compare
@julialawrence julialawrence released this 15 Nov 14:03
· 897 commits to main since this release
b9d7374

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

New Contributors