Closed mmihaylov closed 4 months ago
The module itself has a variable called "cluster_members". It is not passed as variable. On the other hand I am passing "instances". Based on this the module creates aws_rds_cluster_instance resources. For each of the property "cluster_identifier" is assigned to the aws_rds_cluster's id. However, looking from the other angle, aws_rds_clustrer's property "cluster_members" remains []. Could this be the reason causing this issue?
This issue has been automatically marked as stale because it has been open 30 days with no activity. Remove stale label or comment or this issue will be closed in 10 days
This issue was automatically closed because of stale in 10 days
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.
Description
I am trying to run terraform plan without configuration changes I get notified that RDS resources will be recreated.
Versions
Reproduction Code [Required]
Steps to reproduce the behavior:
Expected behavior
No changes to be planned/applied.
Actual behavior
In the new state aws_rds_cluster's property cluster_members is []. Terraform warns me that in cluster_members has been added new item and wants to recreate aws_rds_cluster and aws_rds_cluster_instance resources.
Terminal Output Screenshot(s)
Additional context