Skip to content

Commit 5b8ff0a

Browse files
authored
Merge pull request terraform-google-modules#30 from crayfishx/docs/source
[docs] Change source reference in README to reflect registry source address
2 parents 5ef804a + 85743bb commit 5b8ff0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ There are multiple examples included in the [examples](./examples/) folder but s
1414

1515
```hcl
1616
module "gke" {
17-
source = "github.com/terraform-google-modules/terraform-google-kubernetes-engine?ref=v0.1.0"
17+
source = "terraform-google-modules/kubernetes-engine/google"
1818
project_id = "<PROJECT ID>"
1919
name = "gke-test-1"
2020
region = "us-central1"
@@ -256,4 +256,4 @@ are as follows:
256256
is a compiled language so there is no standard linter.
257257
* Terraform - terraform has a built-in linter in the 'terraform validate'
258258
command.
259-
* Dockerfiles - hadolint. Can be found in homebrew
259+
* Dockerfiles - hadolint. Can be found in homebrew

0 commit comments

Comments
 (0)