-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
resource/aws_rds_cluster/aws_rds_cluster_instance: Remove default value from engine
parameter
#27960
Comments
Community NoteVoting for Prioritization
Volunteering to Work on This Issue
|
With Aurora MySQL Version 1 now at EOL, it appears As part of these breaking changes, we should remove this constant to ensure plan time validation matches the AWS valid values going forward.
Ref: |
engine
parameterengine
parameter
This functionality has been released in v5.0.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
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. |
Description
The resource
aws_rds_cluster
defines a default value ofaurora
for theengine
parameter. The AWS API treats this parameter as required and does not define a default. Additionally,aurora
creates a MySQL-5.6-compatible cluster, whileaurora-mysql
is used for MySQL-5.7- and MySQL-8.0-compatible clusters.aws_rds_cluster
: Remove the default value and makeengine
a required parameter.aws_rds_cluster_instance
: Remove the default value and makeengine
a required parameter.Affected Resource(s) and/or Data Source(s)
aws_rds_cluster
Potential Terraform Configuration
No response
References
No response
Would you like to implement a fix?
No response
The text was updated successfully, but these errors were encountered: