Skip to content

Commit

Permalink
Update docs showing the terraform plan resources count
Browse files Browse the repository at this point in the history
* Although I don't plan to keep these in sync, some users are
confused when the docs don't match the actual resource count
  • Loading branch information
dghubble committed Aug 21, 2022
1 parent 0d27811 commit 505818b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions docs/fedora-coreos/aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions docs/fedora-coreos/google-cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions docs/flatcar-linux/aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions docs/flatcar-linux/google-cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
Expand Down

0 comments on commit 505818b

Please sign in to comment.