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
Try to create a rds cluster with one instance with terraform (it will create aws_rds_cluster but fail to create instance with error below)
InvalidParameterCombination: RDS does not support creating a DB instance with the following combination: DBInstanceClass=db.t2.micro, Engine=aurora-postgresql, EngineVersion=9.6.6, LicenseModel=postgresql-license. For supported combinations of instance class and database engine version, see the documentation.
Hi @kronos 👋 are you positive the new database instance you created was a member of the Aurora cluster? The debug output shows the cluster as having no members:
Terraform Version
Affected Resource(s)
Debug Output
https://gist.github.com/kronos/228520eca6f64469753b41b14779e79c
Expected Behavior
Imported aws_rds_cluster_instance
Actual Behavior
Steps to Reproduce
Create it manually in amazon web interface
Try to import it with command
The text was updated successfully, but these errors were encountered: