From 505818b7d5388335b78a19835a066dbb603c9d60 Mon Sep 17 00:00:00 2001 From: Dalton Hubble Date: Sun, 21 Aug 2022 08:52:35 -0700 Subject: [PATCH] Update docs showing the terraform plan resources count * Although I don't plan to keep these in sync, some users are confused when the docs don't match the actual resource count --- docs/fedora-coreos/aws.md | 4 ++-- docs/fedora-coreos/google-cloud.md | 4 ++-- docs/flatcar-linux/aws.md | 4 ++-- docs/flatcar-linux/google-cloud.md | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/fedora-coreos/aws.md b/docs/fedora-coreos/aws.md index 784de1cc..e38f976d 100644 --- a/docs/fedora-coreos/aws.md +++ b/docs/fedora-coreos/aws.md @@ -111,7 +111,7 @@ Plan the resources to be created. ```sh $ terraform plan -Plan: 81 to add, 0 to change, 0 to destroy. +Plan: 109 to add, 0 to change, 0 to destroy. ``` Apply the changes to create the cluster. @@ -123,7 +123,7 @@ module.tempest.null_resource.bootstrap: Still creating... (4m50s elapsed) module.tempest.null_resource.bootstrap: Still creating... (5m0s elapsed) module.tempest.null_resource.bootstrap: Creation complete after 5m8s (ID: 3961816482286168143) -Apply complete! Resources: 98 added, 0 changed, 0 destroyed. +Apply complete! Resources: 109 added, 0 changed, 0 destroyed. ``` In 4-8 minutes, the Kubernetes cluster will be ready. diff --git a/docs/fedora-coreos/google-cloud.md b/docs/fedora-coreos/google-cloud.md index 94538845..52b96d47 100644 --- a/docs/fedora-coreos/google-cloud.md +++ b/docs/fedora-coreos/google-cloud.md @@ -112,7 +112,7 @@ Plan the resources to be created. ```sh $ terraform plan -Plan: 64 to add, 0 to change, 0 to destroy. +Plan: 78 to add, 0 to change, 0 to destroy. ``` Apply the changes to create the cluster. @@ -125,7 +125,7 @@ module.yavin.null_resource.bootstrap: Still creating... (5m30s elapsed) module.yavin.null_resource.bootstrap: Still creating... (5m40s elapsed) module.yavin.null_resource.bootstrap: Creation complete (ID: 5768638456220583358) -Apply complete! Resources: 62 added, 0 changed, 0 destroyed. +Apply complete! Resources: 78 added, 0 changed, 0 destroyed. ``` In 4-8 minutes, the Kubernetes cluster will be ready. diff --git a/docs/flatcar-linux/aws.md b/docs/flatcar-linux/aws.md index ec858d9c..c04ca8c3 100644 --- a/docs/flatcar-linux/aws.md +++ b/docs/flatcar-linux/aws.md @@ -111,7 +111,7 @@ Plan the resources to be created. ```sh $ terraform plan -Plan: 80 to add, 0 to change, 0 to destroy. +Plan: 109 to add, 0 to change, 0 to destroy. ``` Apply the changes to create the cluster. @@ -123,7 +123,7 @@ module.tempest.null_resource.bootstrap: Still creating... (4m50s elapsed) module.tempest.null_resource.bootstrap: Still creating... (5m0s elapsed) module.tempest.null_resource.bootstrap: Creation complete after 11m8s (ID: 3961816482286168143) -Apply complete! Resources: 98 added, 0 changed, 0 destroyed. +Apply complete! Resources: 109 added, 0 changed, 0 destroyed. ``` In 4-8 minutes, the Kubernetes cluster will be ready. diff --git a/docs/flatcar-linux/google-cloud.md b/docs/flatcar-linux/google-cloud.md index bd2ef7ca..4f3afc30 100644 --- a/docs/flatcar-linux/google-cloud.md +++ b/docs/flatcar-linux/google-cloud.md @@ -112,7 +112,7 @@ Plan the resources to be created. ```sh $ terraform plan -Plan: 64 to add, 0 to change, 0 to destroy. +Plan: 78 to add, 0 to change, 0 to destroy. ``` Apply the changes to create the cluster. @@ -125,7 +125,7 @@ module.yavin.null_resource.bootstrap: Still creating... (5m30s elapsed) module.yavin.null_resource.bootstrap: Still creating... (5m40s elapsed) module.yavin.null_resource.bootstrap: Creation complete (ID: 5768638456220583358) -Apply complete! Resources: 62 added, 0 changed, 0 destroyed. +Apply complete! Resources: 78 added, 0 changed, 0 destroyed. ``` In 4-8 minutes, the Kubernetes cluster will be ready.