Skip to content

Commit c604920

Browse files
committed
fix: version in examples (#9)
1 parent e33e1fd commit c604920

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module "main" {
22
providers = {
33
gitlab = gitlab
44
}
5-
source = "git://github.com/hadenlabs/terraform-gitlab-project.git?ref=0.0.0"
5+
source = "git://github.com/hadenlabs/terraform-gitlab-project.git?ref=0.1.0"
66
name = var.project_name
77
description = var.project_description
88
visibility = "public"

0 commit comments

Comments
 (0)