github mineiros-io/terraform-github-repository v0.0.5

latest releases: v0.18.0, v0.17.0, v0.16.2...
pre-release4 years ago

Notes

  • breaking changes for teams and collaborator configuration (mainly due to conversion from count to for_each)

General changes

  • use for_each instead of count to not recreate most resources when order in module parameter changes
  • fix race condition in branch_protection configuration
  • add automated unit tests with terratest

New or changed parameters

  • add defaults
  • add extra_topics for adding additional topics when defaults.topics should not be overwritten but merged
  • remove collaborators
  • add admin_collaborators as a list of github usernames to add as collaborators with admin permission
  • add push_collaborators as a list of github usernames to add as collaborators with push permission
  • add pull_collaborators as a list of github usernames to add as collaborators with pull permission
  • remove teams
  • add admin_team_ids as a list of team IDs to add as admin teams
  • add push_team_ids as a list of team IDs to add as push teams
  • add pull_team_ids as a list of team IDs to add as pull teams

Don't miss a new terraform-github-repository release

NewReleases is sending notifications on new releases.