Terraform inconsistent behavior for aws_rds_cluster changes #1322
Labels
bug
Addresses a defect in current functionality.
service/rds
Issues and PRs that pertain to the rds service.
This issue was originally opened by @anosulchik as hashicorp/terraform#15715. It was migrated here as a result of the provider split. The original body of the issue is below.
We noticed that in case both
availability_zones
anddb_subnet_group_name
are specified for aws_rds_cluster then terraform tries to re-create cluster every time when we run terraform apply, even if no changes into resource config were made. Looks like we should allow only one parameter at a time.The text was updated successfully, but these errors were encountered: