-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Add support for storage_throughput
attribute
#452
Comments
take-five
added a commit
to take-five/terraform-aws-rds
that referenced
this issue
Dec 5, 2022
AWS recently [added support for `gp3` storage type][1], and Terraform AWS provider [implemented][2] this functionality as well in version 4.45.0. Closes terraform-aws-modules#452 [1]: https://aws.amazon.com/about-aws/whats-new/2022/11/amazon-rds-general-purpose-gp3-storage-volumes/ [2]: hashicorp/terraform-provider-aws#27670
3 tasks
take-five
added a commit
to take-five/terraform-aws-rds
that referenced
this issue
Dec 5, 2022
AWS recently [added support for `gp3` storage type][1], and Terraform AWS provider [implemented][2] this functionality as well in version 4.45.0. Closes terraform-aws-modules#452 [1]: https://aws.amazon.com/about-aws/whats-new/2022/11/amazon-rds-general-purpose-gp3-storage-volumes/ [2]: hashicorp/terraform-provider-aws#27670
take-five
added a commit
to take-five/terraform-aws-rds
that referenced
this issue
Dec 5, 2022
AWS recently [added support for `gp3` storage type][1], and Terraform AWS provider [implemented][2] this functionality as well in version 4.45.0. Closes terraform-aws-modules#452 [1]: https://aws.amazon.com/about-aws/whats-new/2022/11/amazon-rds-general-purpose-gp3-storage-volumes/ [2]: hashicorp/terraform-provider-aws#27670
take-five
added a commit
to take-five/terraform-aws-rds
that referenced
this issue
Dec 5, 2022
AWS recently [added support for `gp3` storage type][1], and Terraform AWS provider [implemented][2] this functionality as well in version 4.45.0. Closes terraform-aws-modules#452 [1]: https://aws.amazon.com/about-aws/whats-new/2022/11/amazon-rds-general-purpose-gp3-storage-volumes/ [2]: hashicorp/terraform-provider-aws#27670
This issue has been resolved in version 5.2.0 🎉 |
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 have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, AWS recently added support for
gp3
storage type in RDS: https://aws.amazon.com/about-aws/whats-new/2022/11/amazon-rds-general-purpose-gp3-storage-volumes/Terraform AWS provider also released support for it in version 4.45.0.
Would it be possible to add support for it in this module as well?
Is your request related to a new offering from AWS?
Is this functionality available in the AWS provider for Terraform? See CHANGELOG.md, too.
Yes, support for
gp3
storage type andstorage_throughput
attribute was added to Terraform AWS provider in version 4.45.0: https://github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md#4450-december--2-2022FWIW, I can create a PR myself, but I'd like to understand what's the general strategy when adding new attributes? Do you increase Terraform AWS version provider requirement? Do you bump minor version? Or major?
The text was updated successfully, but these errors were encountered: