There was an error while loading. Please reload this page.
2 parents 5ef804a + 85743bb commit 5b8ff0aCopy full SHA for 5b8ff0a
README.md
@@ -14,7 +14,7 @@ There are multiple examples included in the [examples](./examples/) folder but s
14
15
```hcl
16
module "gke" {
17
- source = "github.com/terraform-google-modules/terraform-google-kubernetes-engine?ref=v0.1.0"
+ source = "terraform-google-modules/kubernetes-engine/google"
18
project_id = "<PROJECT ID>"
19
name = "gke-test-1"
20
region = "us-central1"
@@ -256,4 +256,4 @@ are as follows:
256
is a compiled language so there is no standard linter.
257
* Terraform - terraform has a built-in linter in the 'terraform validate'
258
command.
259
-* Dockerfiles - hadolint. Can be found in homebrew
+* Dockerfiles - hadolint. Can be found in homebrew
0 commit comments