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.
2 parents de4ad9c + 5de297c commit 9485388Copy full SHA for 9485388
README.md
@@ -15,7 +15,8 @@ the same will be applied to _gitlab.rb_ on _terraform apply._
15
## Usage
16
```hcl
17
module "gitlab" {
18
- source = "git::https://github.com/infraspecdev/terraform-aws-gitlab.git"
+ source = "infraspecdev/gitlab/aws"
19
+ version = "1.0.0"
20
gitlab_domain = "gitlab"
21
gitlab_fqdn = "gitlab.example.com"
22
hosted_zone = "example.com"
0 commit comments