We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93a30a2 commit 443206bCopy full SHA for 443206b
1 file changed
github/data_source_github_team_test.go
@@ -170,6 +170,7 @@ func TestAccGithubTeamDataSource(t *testing.T) {
170
171
resource "github_team" "test" {
172
name = "%s"
173
+ description = "test"
174
}
175
176
resource "github_team_repository" "test" {
0 commit comments