Skip to content

Commit 54cf814

Browse files
Merge pull request #110 from mineiros-io/kassianh/docs/correct-gettingstarted-version
docs: correct getting started version
2 parents b4653e6 + 64bdbf8 commit 54cf814

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Most basic usage creating a new private github repository.
8383
```hcl
8484
module "repository" {
8585
source = "mineiros-io/repository/github"
86-
version = "~> 0.13.0"
86+
version = "~> 0.14.0"
8787
8888
name = "terraform-github-repository"
8989
license_template = "apache-2.0"

README.tfdoc.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ section {
8989
```hcl
9090
module "repository" {
9191
source = "mineiros-io/repository/github"
92-
version = "~> 0.13.0"
92+
version = "~> 0.14.0"
9393
9494
name = "terraform-github-repository"
9595
license_template = "apache-2.0"

0 commit comments

Comments
 (0)