File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -82,8 +82,7 @@ Most basic usage creating a new private github repository.
8282
8383``` hcl
8484module "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"
Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments