Skip to content

Commit 83d8ffc

Browse files
authored
docs: Fixed group_variable resource docs
1 parent 5826754 commit 83d8ffc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/resources/group_variable.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ resource "gitlab_group_variable" "example" {
2727
2828
# Example with masked and hidden
2929
resource "gitlab_group_variable" "example" {
30-
project = "12345"
30+
group = "12345"
3131
key = "group_variable_key"
3232
value = "group_variable_value"
3333
masked = true

0 commit comments

Comments
 (0)