hashicorp / terraform-provider-aws

The AWS Provider enables Terraform to manage AWS resources.
https://registry.terraform.io/providers/hashicorp/aws
Mozilla Public License 2.0
9.74k stars 9.1k forks source link

[Enhancement]: data sources aws_rds_cluster_parameter_group and aws_db_parameter_group should return parameters #38793

Open nwsparks opened 1 month ago

nwsparks commented 1 month ago

Description

The newly added data sources aws_rds_cluster_parameter_group and aws_db_parameter_group do not return parameters. they're effectively useless in the current state as they are now. If the parameters were added they could be used to solve https://github.com/hashicorp/terraform-provider-aws/issues/22857

With a data source I could compare parameters that are being set to what the defaults are and avoid trying to set them if the value already matches avoiding the persistent diff occurring as a result of the issue linked above.

Affected Resource(s) and/or Data Source(s)

Potential Terraform Configuration

No response

References

https://github.com/hashicorp/terraform-provider-aws/issues/22857 https://github.com/hashicorp/terraform-provider-aws/issues/33761 https://github.com/hashicorp/terraform-provider-aws/pull/13718#issuecomment-1130497852

Would you like to implement a fix?

None

github-actions[bot] commented 1 month ago

Community Note

Voting for Prioritization

Volunteering to Work on This Issue