diff --git a/README.md b/README.md index 4ea907d..19a6e2d 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ It can be used directly from the Terraform Registry like so: ``` module "gke-cluster" { source = "jetstack/gke-cluster/google" - version = "0.1.0-beta2" + version = "0.1.0" # insert the 9 required variables here }