Open edgan opened 1 year ago
Voting for Prioritization
Volunteering to Work on This Issue
I started on 4.67.0, but upgrading to 5.15.0 didn't help.
I am seeing this on multiple Aurora clusters.
This seems like an intermittent or per cluster bug. I saw it with one cluster, but then it worked normally on the next one.
Terraform Core Version
1.5.6
AWS Provider Version
5.15.0
Affected Resource(s)
aws_appautoscaling_policy
Expected Behavior
Scale-in is enabled by default
Actual Behavior
Scale-in is disabled in the console
Relevant Error/Panic Output Snippet
No response
Terraform Configuration Files
Steps to Reproduce
Debug Output
No response
Panic Output
No response
Important Factoids
I have tried using disable_scale_in = true, disable_scale_in = false, and enabling it manually in the console. It has no effect on what terraform says. Technically scale_in_cooldown is also being ignored but set it in the code. It shows up as greyed out in the console.
References
No response
Would you like to implement a fix?
None