Open kseniyashaydurova opened 1 year ago
Hi! Is there any progress on this? Will you be able to implement it?
Reserved instances are more of a billing concept in AWS so you can add them with the built-in aws resource type: https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/rds_reserved_instance Instances that match the reservation request will automatically be billed at the reserved instance rate. edit apologies, I didn't see that you were linking to the same documentation.
Feature
Currently terraform
aws
provider has support for Reserved RDS instances (https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/rds_reserved_instance)That would be cool if you add this feature to current module.
Expected Behavior
We would be able to create RDS with reserved instances within current module.