Last active
April 11, 2021 13:50
-
-
Save brunapereira/9e4444f9267d89774d4c37ff82e204cc to your computer and use it in GitHub Desktop.
team resource
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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