Skip to content

Commit a846d59

Browse files
jose-bonillajose.bonilla
authored andcommitted
Added Quotes in the example for group cluster
1 parent f60dc34 commit a846d59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/r/group_cluster.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ resource "gitlab_group" "foo" {
2121
path = "foo-path"
2222
}
2323
24-
resource gitlab_group_cluster "bar" {
24+
resource "gitlab_group_cluster" "bar" {
2525
group = "${gitlab_group.foo.id}"
2626
name = "bar-cluster"
2727
domain = "example.com"

0 commit comments

Comments
 (0)