Skip to content

Instantly share code, notes, and snippets.

@brunapereira
Last active April 11, 2021 13:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brunapereira/9e4444f9267d89774d4c37ff82e204cc to your computer and use it in GitHub Desktop.
Save brunapereira/9e4444f9267d89774d4c37ff82e204cc to your computer and use it in GitHub Desktop.
team resource
resource "github_team" "engineers-team" {
name = "Engineers"
description = "organization engineers"
privacy = "closed"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment