Skip to content

Commit 2230a66

Browse files
authored
Merge pull request #355 from jose-bonilla/documentation/group_cluster_fix
Added Quotes in the example for group cluster
2 parents 32ed585 + a846d59 commit 2230a66

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)