We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f7c898 commit 0286ddeCopy full SHA for 0286dde
gitlab/resource_gitlab_group_label_test.go
@@ -206,7 +206,7 @@ resource "gitlab_group" "foo" {
206
}
207
208
resource "gitlab_group_label" "fixme" {
209
- project = "${gitlab_group.foo.id}"
+ group = "${gitlab_group.foo.id}"
210
name = format("FIXME%%02d", count.index+1)
211
count = 100
212
color = "#ffcc00"
@@ -225,7 +225,7 @@ resource "gitlab_group" "foo" {
225
226
227
228
229
230
count = 99
231
color = "#ff0000"
0 commit comments