generated from hashicorp/terraform-provider-scaffolding
-
Notifications
You must be signed in to change notification settings - Fork 121
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 awscc_rds_db_instance
cannot create DB instance due to forced promotion_tier
#1812
Labels
bug
service/rds
upstream-aws
Unable to proceed due to missing or broken functionality from an AWS dependency.
Comments
Thank you for reporting the issue @michemache . I can reproduce this. I have opened an internal service ticket to review the schema and default value for the property. |
quixoticmonk
added
bug
upstream-aws
Unable to proceed due to missing or broken functionality from an AWS dependency.
service/rds
and removed
needs-triage
labels
Jun 13, 2024
The schema refresh on this has removed the default value for PromotionTier. Retested with the original configuration to create a DB instance. Closing the issue. Please re-open if the issue persists on your end.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
service/rds
upstream-aws
Unable to proceed due to missing or broken functionality from an AWS dependency.
Community Note
Terraform CLI and Terraform AWS Cloud Control Provider Version
Affected Resource(s)
awscc_rds_db_instance
Terraform Configuration Files
Please include all Terraform configurations required to reproduce the bug. Bug reports without a functional reproduction may be closed without investigation.
Debug Output
Panic Output
Expected Behavior
Don't set
promotion_tier
ifengine
is set to a non-Aurora engine such asmysql
orpostgres
.Actual Behavior
Steps to Reproduce
terraform apply
Important Factoids
References
The text was updated successfully, but these errors were encountered: