terraform/builtin/providers/github
Jacob Severson 7721348b0b Adding privacy argument for GitHub teams for #6015 (#6116)
Added the ability to set the "privacy" of a github_team resource so all teams won't automatically set to private.

* Added the privacy argument to github_team

* Refactored parameter validation to be general for any argument

* Updated testing
2016-04-11 13:09:25 +01:00
..
config.go
provider.go
provider_test.go
resource_github_membership.go Adding privacy argument for GitHub teams for #6015 (#6116) 2016-04-11 13:09:25 +01:00
resource_github_membership_test.go
resource_github_team.go Adding privacy argument for GitHub teams for #6015 (#6116) 2016-04-11 13:09:25 +01:00
resource_github_team_membership.go Adding privacy argument for GitHub teams for #6015 (#6116) 2016-04-11 13:09:25 +01:00
resource_github_team_membership_test.go
resource_github_team_repository.go Adding privacy argument for GitHub teams for #6015 (#6116) 2016-04-11 13:09:25 +01:00
resource_github_team_repository_test.go
resource_github_team_test.go Adding privacy argument for GitHub teams for #6015 (#6116) 2016-04-11 13:09:25 +01:00
util.go Adding privacy argument for GitHub teams for #6015 (#6116) 2016-04-11 13:09:25 +01:00
util_test.go Adding privacy argument for GitHub teams for #6015 (#6116) 2016-04-11 13:09:25 +01:00