Skip to content
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

Failure to create aurora-postgresql cluster v9.6.6, v9.6.3 is created instead #3904

Closed
Artemmkin opened this issue Mar 24, 2018 · 4 comments
Closed
Labels
bug Addresses a defect in current functionality. service/rds Issues and PRs that pertain to the rds service.
Milestone

Comments

@Artemmkin
Copy link

hi, I'm having the similar issue to this one #2419

terraform version

Terraform v0.11.5
+ provider.aws v1.12.0

configuration

I'm trying to create a cluster and instance. Both resources have engine parameters set the same way:

engine = "aurora-postgresql"
engine_version = "9.6.6"

expected behavior

Create cluster and instance of the specified version

actual behavior

Terraform plan says it's going to create cluster and instance of the specified version 9.6.6, but it creates cluster of version 9.6.3 and fails with the following error when it tries to create the instance:

aws_rds_cluster_instance.main: InvalidParameterCombination: The engine version that you requested for your DB instance (9.6.6) does not match the engine version of your DB cluster (9.6.3)
@bflad bflad added bug Addresses a defect in current functionality. service/rds Issues and PRs that pertain to the rds service. labels Mar 26, 2018
@bflad bflad added this to the v1.14.1 milestone Apr 10, 2018
@bflad
Copy link
Contributor

bflad commented Apr 10, 2018

This fix for not properly handling the engine_version attribute on normal creation of aws_rds_cluster resources (#4139) has been merged into master and will release with v1.14.1 of the AWS provider, likely tomorrow.

@bflad bflad closed this as completed Apr 10, 2018
@bflad
Copy link
Contributor

bflad commented Apr 11, 2018

This has been released in version 1.14.1 of the AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.

@Artemmkin
Copy link
Author

thanks @bflad

@ghost
Copy link

ghost commented Apr 6, 2020

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 feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks!

@ghost ghost locked and limited conversation to collaborators Apr 6, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Addresses a defect in current functionality. service/rds Issues and PRs that pertain to the rds service.
Projects
None yet
Development

No branches or pull requests

2 participants