aws_rds_cluster_parameter_group is not using pagination the compare to aws_db_parameter_group #16010
Labels
bug
Addresses a defect in current functionality.
service/rds
Issues and PRs that pertain to the rds service.
Milestone
Community Note
Terraform CLI and Terraform AWS Provider Version
Affected Resource(s)
Actual Behavior
Terraform unnecessary decide that it needs to redeploy/modify the aws_rds_cluster_parameter_group after performing terraform plan
Code comparision
We noticed that the terraform always think that the aws_rds_cluster_parameter_group needs to be modified when running terraform plan.
Compare the code between
terraform-provider-aws/aws/resource_aws_db_parameter_group.go
Lines 168 to 175 in 366dd84
and
terraform-provider-aws/aws/resource_aws_rds_cluster_parameter_group.go
Lines 155 to 164 in d7041a5
It seems to be caused by the aws_rds_cluster_parameter_group api call not using pagination
The text was updated successfully, but these errors were encountered: