You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I set this up originally, it create the Aurora cluster with the defined version. It appears that AWS has upgraded it in the background. Since I'm calling this as a module, I can't use lifecycle to ignore the change and move. This will likely prevent any future deploys.
Untested (I might tomorrow) but engine_version supports partials, which should allow AWS to do the forced upgrades without breaking things.
When I set this up originally, it create the Aurora cluster with the defined version. It appears that AWS has upgraded it in the background. Since I'm calling this as a module, I can't use
lifecycle
to ignore the change and move. This will likely prevent any future deploys.Untested (I might tomorrow) but
engine_version
supports partials, which should allow AWS to do the forced upgrades without breaking things.terraform-aws-serverless-static-wordpress/rds.tf
Line 47 in abc903d
The text was updated successfully, but these errors were encountered: