-
Notifications
You must be signed in to change notification settings - Fork 133
Labels
bugk8sKubernetes Kapsule issues, bugs and feature requestsKubernetes Kapsule issues, bugs and feature requests
Description
Community Note
- Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
- Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
- If you are interested in working on this issue or have submitted a pull request, please leave a comment
Terraform Version
Terraform v1.12.2
on darwin_arm64
+ provider registry.terraform.io/scaleway/scaleway v2.57.0
Affected Resource(s)
scaleway_k8s_pool
Terraform Configuration Files
resource "scaleway_instance_security_group" "kapsule" {
…
}
resource "scaleway_k8s_pool" "main" {
security_group_id = scaleway_instance_security_group.kapsule.id
…
}Expected Behavior
No changes on subsequent applies.
Actual Behavior
# scaleway_k8s_pool.main must be replaced
-/+ resource "scaleway_k8s_pool" "main" {
~ security_group_id = "3e1e38cc-5427-4842-9c75-5bb133d6a2f8" -> "fr-par-2/3e1e38cc-5427-4842-9c75-5bb133d6a2f8" # forces replacement
…
}
Steps to Reproduce
terraform applyterraform apply
References
aredridel
Metadata
Metadata
Assignees
Labels
bugk8sKubernetes Kapsule issues, bugs and feature requestsKubernetes Kapsule issues, bugs and feature requests