Skip to content

Commit 5de297c

Browse files
author
Premdeep Saini
committed
docs: fix usage in readme to use terraform registry as source
1 parent de4ad9c commit 5de297c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ the same will be applied to _gitlab.rb_ on _terraform apply._
1515
## Usage
1616
```hcl
1717
module "gitlab" {
18-
source = "git::https://github.com/infraspecdev/terraform-aws-gitlab.git"
18+
source = "infraspecdev/gitlab/aws"
19+
version = "1.0.0"
1920
gitlab_domain = "gitlab"
2021
gitlab_fqdn = "gitlab.example.com"
2122
hosted_zone = "example.com"

0 commit comments

Comments
 (0)