Skip to content

Commit 1737222

Browse files
committed
docs: correct getting started version
1 parent b7d24fb commit 1737222

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

README.md

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

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

README.tfdoc.hcl

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

0 commit comments

Comments
 (0)