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.82k stars 9.17k forks source link

[New Data Source]: aws_rds_cluster_parameters and aws_db_parameters #30033

Open sergei-ivanov opened 1 year ago

sergei-ivanov commented 1 year ago

Description

At the moment the provider does not have any equivalent to the following AWS CLI command:

aws rds describe-db-cluster-parameters --db-cluster-parameter-group-name default.aurora-postgresql12

We use that, for example, to figure out which parameters are available, and which of them are dynamic. Having a native data source would help a lot with automation.

I leave it to the maintainers' judgment whether both singular and plural data sources are needed. Either way, support for filtering the results will be required.

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

Potential Terraform Configuration

No response

References

No response

Would you like to implement a fix?

None

github-actions[bot] commented 1 year ago

Community Note

Voting for Prioritization

Volunteering to Work on This Issue