-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
[Docs]: conflicting behaviour for storage autoscaling for RDS #41063
Comments
Community NoteVoting for Prioritization
Volunteering to Work on This Issue
|
Hey @Kurtyjlee 👋 Thank you for taking the time to raise this! I had to re-read the documentation a couple of times (further proving your point that it should be more clear), however, this seems to be a matter of the last sentence of the
Would rewording that last sentence as follows make this more clear?
|
Hey @justinretzolk, thank you for clarifying! That rewording definitely makes it clearer. Would it be okay if I went ahead and submitted a PR to implement this change? |
I'm glad that made sense @Kurtyjlee! If you're up for raising a pull request for this, please feel free to! I try to keep up with documentation pull requests and get them merged as quick as I can, but feel free to tag me in and I'll get it reviewed. |
Hi @justinretzolk I have created the PR here, requesting your review! |
Warning This issue has been closed, meaning that any additional comments are hard for our team to see. Please assume that the maintainers will not see them. Ongoing conversations amongst community members are welcome, however, the issue will be locked after 30 days. Moving conversations to another venue, such as the AWS Provider forum, is recommended. If you have additional concerns, please open a new issue, referencing this one where needed. |
This functionality has been released in v5.85.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! |
Documentation Link
https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/db_instance
Description
max_allocated_storage - (Optional) When configured, the upper limit to which Amazon RDS can automatically scale the storage of the DB instance. Configuring this will automatically ignore differences to allocated_storage. Must be greater than or equal to allocated_storage or 0 to disable Storage Autoscaling.
To enable Storage Autoscaling with instances that support the feature, define the max_allocated_storage argument higher than the allocated_storage argument. Terraform will automatically hide differences with the allocated_storage argument value if autoscaling occurs.
In the docs, it says to
max_allocated_storage
≥allocated_storage
||max_allocated_storage
== 0 to disable storage autoscaling, however, in another part of the documentation, it says it will enable storage autoscaling. Is this discrepancy expected? if not, what should the actual behaviour be?References
No response
Would you like to implement a fix?
Yes
The text was updated successfully, but these errors were encountered: