Closed nicklunt closed 2 years 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
This issue was automatically closed because of stale in 10 days
FWIW, this is still an issue with serverless Aurora.
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.
Initial
terraform apply
works great. Then making no changes just running a plan immediately says themin_capacity
is going to be changed from 2 -> 1.Running the
terraform apply
then gives this backI have run
terraform destroy
,rm -rf .terraform
and reapplied but I get the same issue.I am calling the module with this
Provider plugins aws v4.0.0 random v3.1.0
I suspect user error, but can't see how.