No attribute for certificate identifier in resource: aws_rds_cluster_instance #11142
Labels
enhancement
Requests to existing resources that expand the functionality or scope.
service/rds
Issues and PRs that pertain to the rds service.
Milestone
This issue was originally opened by @Naveenraaj as hashicorp/terraform#23556. It was migrated here as a result of the provider split. The original body of the issue is below.
Current Terraform Version
Use-cases
AWS has notified to update the certificate for RDS DBs to rds-ca-2019, i am trying to do it using terraform and i am having
resource: aws_rds_cluster_instance
.Above mentioned resource does not have an attribute for specifying the CA Certificate, as per the documentation.
An attribute called
ca_cert-identifier
is available for similarresource: aws_db_instance
.Attempted Solutions
main.tf:
Ran
terraform plan
Result:
Proposal
Please let us know, if i am missing anything in my code or this is a new feature that will be implemented in future.
References
PR #10954 is open for adding the attribute, if this is the fix, kindly prioritize the merge of this PR.
The text was updated successfully, but these errors were encountered: