Skip to content

Commit c3998e0

Browse files
committed
docs: revert source and version format
1 parent 1737222 commit c3998e0

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@ Most basic usage creating a new private github repository.
8282

8383
```hcl
8484
module "repository" {
85-
source = "git@github.com:mineiros-io/terraform-github-repository.git?ref=v0.14.0"
85+
source = "mineiros-io/repository/github"
86+
version = "~> 0.14.0"
8687
8788
name = "terraform-github-repository"
8889
license_template = "apache-2.0"

README.tfdoc.hcl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@ section {
8888
8989
```hcl
9090
module "repository" {
91-
source = "git@github.com:mineiros-io/terraform-github-repository.git?ref=v0.14.0"
91+
source = "mineiros-io/repository/github"
92+
version = "~> 0.14.0"
9293
9394
name = "terraform-github-repository"
9495
license_template = "apache-2.0"

0 commit comments

Comments
 (0)