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 975f195 commit 97bd4f7Copy full SHA for 97bd4f7
gitlab/provider.go
@@ -56,7 +56,7 @@ func Provider() terraform.ResourceProvider {
56
"gitlab_project_membership": resourceGitlabProjectMembership(),
57
"gitlab_group_membership": resourceGitlabGroupMembership(),
58
"gitlab_project_variable": resourceGitlabProjectVariable(),
59
- "gitlab_group_variable": resourceGitlabGroupVariable(),
+ "gitlab_group_variable": resourceGitlabGroupVariable(),
60
},
61
62
ConfigureFunc: providerConfigure,
0 commit comments