chore: Fix typo in upgrades docs

This commit is contained in:
Thierno IB. BARRY
2021-05-28 22:22:40 +02:00
committed by GitHub
parent 6c1eff7c10
commit 6ad44056e3

View File

@@ -57,4 +57,4 @@ Plan: 0 to add, 0 to change, 1 to destroy.
```
5. If everything sounds good to you, run `terraform apply`
After the first apply, we recommand you to create a new node group and let the module use the `node_group_name_prefix` (by removing the `name` argument) to generate names and collision during node groups re-creation if needed, because the lifce cycle is `create_before_destroy = true`.
After the first apply, we recommand you to create a new node group and let the module use the `node_group_name_prefix` (by removing the `name` argument) to generate names and avoid collision during node groups re-creation if needed, because the lifce cycle is `create_before_destroy = true`.