Add note regarding update to SKE cluster node pools (#421)

This commit is contained in:
João Palet 2024-06-25 14:57:49 +01:00 committed by GitHub
parent 89b03f1a75
commit 923764172d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 12 additions and 1 deletions

View file

@ -4,12 +4,15 @@ page_title: "stackit_ske_cluster Resource - stackit"
subcategory: ""
description: |-
SKE Cluster Resource schema. Must have a region specified in the provider configuration.
-> When updating node_pools of a stackit_ske_cluster, the Terraform plan might appear incorrect as it matches the node pools by index rather than by name. However, the SKE API correctly identifies node pools by name and applies the intended changes. Please review your changes carefully to ensure the correct configuration will be applied.
---
# stackit_ske_cluster (Resource)
SKE Cluster Resource schema. Must have a `region` specified in the provider configuration.
-> When updating `node_pools` of a `stackit_ske_cluster`, the Terraform plan might appear incorrect as it matches the node pools by index rather than by name. However, the SKE API correctly identifies node pools by name and applies the intended changes. Please review your changes carefully to ensure the correct configuration will be applied.
## Example Usage
```terraform