Skip to content

Commit 65e1bb4

Browse files
author
Thibault Drevon
committed
Forgot to add resource to the main provider.
1 parent a8793a0 commit 65e1bb4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gitlab/provider.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ func Provider() terraform.ResourceProvider {
5454
"gitlab_deploy_key": resourceGitlabDeployKey(),
5555
"gitlab_user": resourceGitlabUser(),
5656
"gitlab_project_membership": resourceGitlabProjectMembership(),
57+
"gitlab_project_variable": resourceGitlabProjectVariable(),
5758
},
5859

5960
ConfigureFunc: providerConfigure,

0 commit comments

Comments
 (0)