Skip to content

Commit 95538fe

Browse files
authored
Merge pull request #281 from greut/fix-doc
Revert "Fix documentation group to use parent_id (#139)"
2 parents c624462 + c14fc86 commit 95538fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/r/group.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ resource "gitlab_group" "example" {
2424
resource "gitlab_project" "example" {
2525
name = "example"
2626
description = "An example project"
27-
parent_id = "${gitlab_group.example.id}"
27+
namespace_id = "${gitlab_group.example.id}"
2828
}
2929
```
3030

0 commit comments

Comments
 (0)