From c3e22f3d137e5c2458e51be463f1b40535b46270 Mon Sep 17 00:00:00 2001 From: Dalton Hubble Date: Tue, 10 Dec 2019 23:14:12 -0800 Subject: [PATCH] Fix minor example typo in README --- README.md | 2 +- docs/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 514bf09f..c1164f7d 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 bd729c0a..144c9872 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.