driftctl/pkg/iac/terraform/state/test/github_team/results.golden.json

48 lines
961 B
JSON
Raw Normal View History

2021-02-24 12:55:26 +00:00
[
{
"Id": "4556715",
2021-05-11 12:32:33 +00:00
"Type": "github_team",
"Attrs": {
"create_default_maintainer": false,
"description": "test",
"id": "4556715",
"ldap_dn": "",
"members_count": 1,
"name": "team1",
"node_id": "MDQ6VGVhbTQ1NTY3MTU=",
"privacy": "closed",
"slug": "team1"
}
2021-02-24 12:55:26 +00:00
},
{
"Id": "4556719",
2021-05-11 12:32:33 +00:00
"Type": "github_team",
"Attrs": {
"create_default_maintainer": false,
"description": "test 2",
"id": "4556719",
"ldap_dn": "",
"members_count": 1,
"name": "team2",
"node_id": "MDQ6VGVhbTQ1NTY3MTk=",
"privacy": "secret",
"slug": "team2"
}
2021-02-24 12:55:26 +00:00
},
{
"Id": "4556747",
2021-05-11 12:32:33 +00:00
"Type": "github_team",
"Attrs": {
"create_default_maintainer": false,
"description": "test parent team",
"id": "4556747",
"ldap_dn": "",
"members_count": 1,
"name": "new team with parent",
"node_id": "MDQ6VGVhbTQ1NTY3NDc=",
"parent_team_id": 4556715,
"privacy": "closed",
"slug": "new-team-with-parent"
}
2021-02-24 12:55:26 +00:00
}
]