diff --git a/README.md b/README.md index 514bf09fe..c1164f7dd 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ $ terraform init $ terraform plan Plan: 62 to add, 0 to change, 0 to destroy. $ terraform apply -Apply complete! Resources: 64 added, 0 changed, 0 destroyed. +Apply complete! Resources: 62 added, 0 changed, 0 destroyed. ``` In 4-8 minutes (varies by platform), the cluster will be ready. This Google Cloud example creates a `yavin.example.com` DNS record to resolve to a network load balancer across controller nodes. diff --git a/docs/index.md b/docs/index.md index bd729c0a8..144c98729 100644 --- a/docs/index.md +++ b/docs/index.md @@ -76,7 +76,7 @@ $ terraform init $ terraform plan Plan: 62 to add, 0 to change, 0 to destroy. $ terraform apply -Apply complete! Resources: 64 added, 0 changed, 0 destroyed. +Apply complete! Resources: 62 added, 0 changed, 0 destroyed. ``` In 4-8 minutes (varies by platform), the cluster will be ready. This Google Cloud example creates a `yavin.example.com` DNS record to resolve to a network load balancer across controller nodes.