Skip to content

Commit b562a4f

Browse files
author
Austin Brown
authored
Minor clarifications and fix typos
1 parent d4751af commit b562a4f

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,25 @@
77

88
### Breaking Changes
99
* When using `paving` for creating a foundation,
10-
there are instances of provisioned that may not be used.
10+
there are instances provisioned that may not be used.
1111
For example, only deploying Ops Manager and PAS tile,
12-
but still have networking resources created for PKS.
12+
but still having networking resources created for PKS.
1313

1414
This update allows control over that.
15-
The terraform resource have been organized into namespaced files.
15+
The terraform resources have been organized into namespaced files.
1616
The namespacing identifies the resources and what they are for.
1717
For example, `pas-iam.tf` creates IAM resources for PAS tile.
1818
There are corresponding namespaces for `ops-manager-*.tf` and `pks-*.tf`.
1919

20-
If you don't require PAS, to `rm pas-*.tf`.
21-
If you don't require PKS, to `rm pks-*.tf`.
20+
If you don't require PAS, run `rm pas-*.tf`.
21+
If you don't require PKS, run `rm pks-*.tf`.
2222

2323
OpsManager resources cannot be removed as Ops Manager is required.
2424

2525
This change also affects the `stable_config` pattern of outputs.
26-
Because of a limitation of `terraform`, no way to test the existence of a resource,
27-
`stable_config` has to be separated by Ops Manager `stable_config_opsmanager`, PAS `stable_config_pas`, and PKS `stable_config_pks`.
26+
Because there is no way to test the existence of a resource in `terraform`,
27+
`stable_config` has to be separated by Ops Manager `stable_config_opsmanager`,
28+
PAS `stable_config_pas`, and PKS `stable_config_pks`.
2829

2930
These changes are on all IAASes.
3031
NOTE: `nsxt` does not have paving resources for PKS, which is why prefixed files are not there.

0 commit comments

Comments
 (0)