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 e33e1fd commit c604920Copy full SHA for c604920
example/main.tf
@@ -2,7 +2,7 @@ module "main" {
2
providers = {
3
gitlab = gitlab
4
}
5
- source = "git://github.com/hadenlabs/terraform-gitlab-project.git?ref=0.0.0"
+ source = "git://github.com/hadenlabs/terraform-gitlab-project.git?ref=0.1.0"
6
name = var.project_name
7
description = var.project_description
8
visibility = "public"
0 commit comments