You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the AWS Terraform provider does not have an aws_rds_cluster_instance data source.
It will be very useful to have this as we can use it to get all of the required information for cluster instances, eg. if the instance is a reader or a writer, which is currently not possible with the available data sources.
I've submitted a PR to add that as a new data source to the AWS Terraform provider, it seems that it has been a while and no one has approved that yet, unfortunately:
Currently, the AWS Terraform provider does not have an
aws_rds_cluster_instance
data source.It will be very useful to have this as we can use it to get all of the required information for cluster instances, eg. if the instance is a reader or a writer, which is currently not possible with the available data sources.
References:
aws_rds_cluster_instance
resource code.The text was updated successfully, but these errors were encountered: