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