terraform-aws-serverless-static-wordpress
terraform-aws-serverless-static-wordpress copied to clipboard
Fix: Use less strict version string
Amazon will periodically update RDS versions behind the scenes. By using a less string version string, you allow for these changes to happen without causing terraform drift issues. Locking on the engine version should maintain compatibility.
This addresses https://github.com/TechToSpeech/terraform-aws-serverless-static-wordpress/issues/81