f-aws_rds_cluster_instance: new data source #36899
Open
+337
−0
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Here’s a suggested description for your pull request to add the new RDS cluster instance data source:
This data source provides Terraform users with the ability to manage and retrieve detailed information about an Amazon RDS cluster instance. This will aid in the configuration and management of RDS cluster instances, supporting use cases where users need to obtain data dynamically based on instance identifiers without managing the instance itself.
The addition of
aws_rds_cluster_instance
as a standalone data source aligns with best practices for modular and decoupled Terraform configurations, enabling users to reference RDS cluster instance details in other parts of their Terraform projects independently of instance management.This data source includes comprehensive attribute support, mirroring that available in the
aws_rds_cluster_instance
resource, thus ensuring consistency across Terraform configurations and facilitating a smoother integration with existing modules that manage RDS cluster resources.Relations
Relates #9739
References
aws_rds_cluster.cluster_members
output to includeIsClusterWriter
flag #29568Output from Acceptance Testing