Skip to content

scaleway_k8s_pool.security_group_id doesn't convergeΒ #3232

@ndrpnt

Description

@ndrpnt

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

  1. terraform apply
  2. terraform apply

References

Metadata

Metadata

Assignees

Labels

bugk8sKubernetes Kapsule issues, bugs and feature requests

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions