Hello! :wave: I am trying to use the ca_cert_ident...
# aws
a
Hello! 👋 I am trying to use the ca_cert_identifier parameter when creating an aws.rds.ClusterInstance resource. When I pass in the Pulumi id value from an aws.acmpca.Certificate resource, I get an error that the id is too long. -- This is a showstopper for us. Since Terraform id values were shorter than Pulumi id values, I am concerned that the length restriction may be a holdover that should not exist. There is detailed information here: https://pulumi-community.slack.com/archives/CDE799L1M/p1656112753501619
b
answered on the thread, you need to use the name, not the id I believe