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 5826754 commit 83d8ffcCopy full SHA for 83d8ffc
docs/resources/group_variable.md
@@ -27,7 +27,7 @@ resource "gitlab_group_variable" "example" {
27
28
# Example with masked and hidden
29
resource "gitlab_group_variable" "example" {
30
- project = "12345"
+ group = "12345"
31
key = "group_variable_key"
32
value = "group_variable_value"
33
masked = true
0 commit comments