-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: AWS terraform provider does not recognize changes for autoscale_group #36532
Labels
bug
Addresses a defect in current functionality.
service/autoscaling
Issues and PRs that pertain to the autoscaling service.
Comments
github-actions
bot
added
the
service/autoscaling
Issues and PRs that pertain to the autoscaling service.
label
Mar 22, 2024
Community NoteVoting for Prioritization
Volunteering to Work on This Issue
|
terraform-aws-provider
bot
added
the
needs-triage
Waiting for first response or review from a maintainer.
label
Mar 22, 2024
And, possibly this is a different bug, but I can not apply changes only to one resource. TF suggest to change 4 resources, instead of just one requested!
|
justinretzolk
removed
the
needs-triage
Waiting for first response or review from a maintainer.
label
Mar 25, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Addresses a defect in current functionality.
service/autoscaling
Issues and PRs that pertain to the autoscaling service.
Terraform Core Version
1.7.4
AWS Provider Version
4.67.0
Affected Resource(s)
Expected Behavior
terraform should notice both changes.
Actual Behavior
terraform plan notices only one change:
Where I did two changes:
I suppose this happened because for
worker-autoscale
group current version is equal to latest version:But please note even if it is numerically equal to latest, but it is not the same as
$Latest
.Look at the plan with
$Latest
value:I expect to see from the output above next change:
version = "3" -> "$Latest"
Relevant Error/Panic Output Snippet
No response
Terraform Configuration Files
described above. It looks like this part should be logically upper.
Steps to Reproduce
described above
Debug Output
No response
Panic Output
No response
Important Factoids
No response
References
No response
Would you like to implement a fix?
None
The text was updated successfully, but these errors were encountered: