d/aws_rds_orderable_db_instance: Make more useful #14984
Labels
enhancement
Requests to existing resources that expand the functionality or scope.
partition/aws-us-gov
Pertains to the aws-us-gov partition.
service/rds
Issues and PRs that pertain to the rds service.
Community Note
Description
Without being able to narrow down instance classes by performance insights and encryption compatibility, it requires trial and error to find a valid parameter combination (or using the CLI). When you get wrong, you see this error.
I propose:
supports_storage_encryption
andsupports_performance_insights
to arguments and narrow down results in TFmajor_engine_version
argument, similar toaws_db_option_group
, for similarity/consistency with it. Sort the minor versions to get the latest (split numeric and alpha, sort on both).db_instance_class
argument toinstance_class
to be less verbose and consistent withaws_db_instance
preferred_db_instance_class
argument topreferred_instance_class
to be less verbose and consistent with 3.New or Affected Resource(s)
Potential Terraform Configuration
References
The text was updated successfully, but these errors were encountered: