Closed tetienne closed 9 months ago
This issue has been automatically marked as stale because it has been open 30 days with no activity. Remove stale label or comment or this issue will be closed in 10 days
Still valid.
.
This issue has been automatically marked as stale because it has been open 30 days with no activity. Remove stale label or comment or this issue will be closed in 10 days
This issue was automatically closed because of stale in 10 days
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Description
When using autoscaling, the cluster members is modified outside Terraform, resulting in a plan with this message:
I would like to ignore such changes.
⚠️ Note
Before you submit an issue, please perform the following first:
.terraform
directory (! ONLY if state is stored remotely, which hopefully you are following that best practice!):rm -rf .terraform/
terraform init
Versions
Module version [Required]: 8.5.0
Terraform version: 1.5.7
Provider version(s): 5.31.0
Reproduction Code [Required]
Expected behavior
No drift on the cluster_members attribute.
Actual behavior
Drift due to the auto scaling.
Terminal Output Screenshot(s)
Additional context