Skip to content

Commit

Permalink
Merge pull request #110 from mineiros-io/kassianh/docs/correct-gettin…
Browse files Browse the repository at this point in the history
…gstarted-version

docs: correct getting started version
  • Loading branch information
soerenmartius authored Mar 9, 2022
2 parents b4653e6 + 64bdbf8 commit 54cf814
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Most basic usage creating a new private github repository.
```hcl
module "repository" {
source = "mineiros-io/repository/github"
version = "~> 0.13.0"
version = "~> 0.14.0"
name = "terraform-github-repository"
license_template = "apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion README.tfdoc.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ section {
```hcl
module "repository" {
source = "mineiros-io/repository/github"
version = "~> 0.13.0"
version = "~> 0.14.0"
name = "terraform-github-repository"
license_template = "apache-2.0"
Expand Down

0 comments on commit 54cf814

Please sign in to comment.