terraform-provider-github
terraform-provider-github copied to clipboard
Add repos into github_team data sources
Tested with the built binary, the output looks like:
result = {
"description" = "This team manages xxxx"
"id" = "xxxxx"
"members" = [
"user_name_1",
]
"name" = "xxxx"
"node_id" = "xxxxxx="
"permission" = "pull"
"privacy" = "closed"
"repos" = [
"xxxxx",
]
"slug" = "xxxx"
}