|
7 | 7 |
|
8 | 8 | ### Breaking Changes |
9 | 9 | * 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. |
11 | 11 | 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. |
13 | 13 |
|
14 | 14 | 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. |
16 | 16 | The namespacing identifies the resources and what they are for. |
17 | 17 | For example, `pas-iam.tf` creates IAM resources for PAS tile. |
18 | 18 | There are corresponding namespaces for `ops-manager-*.tf` and `pks-*.tf`. |
19 | 19 |
|
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`. |
22 | 22 |
|
23 | 23 | OpsManager resources cannot be removed as Ops Manager is required. |
24 | 24 |
|
25 | 25 | 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`. |
28 | 29 |
|
29 | 30 | These changes are on all IAASes. |
30 | 31 | NOTE: `nsxt` does not have paving resources for PKS, which is why prefixed files are not there. |
|
0 commit comments