-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
(RDS): deploy-time value can't be used for nr of instances in Cluster #13558
Comments
Hey @TLadd , thanks for opening the issue. Unfortunately, what you're trying to do is not possible. Since every instance is a separate resource that the I agree that the error message could be better here though! Keeping this open to fix that (PR are welcome, as always!). BTW. We have a constant for the Thanks, |
@skinny85 Will work on this |
…or instanceCount fixes aws#13558
… a deploy-time value fixes aws#13558
… a deploy-time value fixes aws#13558
… a deploy-time value fixes aws#13558
|
I'm attempting to store some configuration variables in parameter store for my RDS cluster but am running into this validation error about instance size needing to be at least 1. It's comparing the token's value, which is a big negative number.
Reproduction Steps
What did you expect to happen?
I would expect the validation to run after the token has resolved only
What actually happened?
Validation ran on the token's value itself
Environment
This is 🐛 Bug Report
The text was updated successfully, but these errors were encountered: