Empty pem_certificates
field on google_privateca_certificate
#10966
Labels
pem_certificates
field on google_privateca_certificate
#10966
Community Note
modular-magician
user, it is either in the process of being autogenerated, or is planned to be autogenerated soon. If an issue is assigned to a user, that user is claiming responsibility for the issue. If an issue is assigned tohashibot
, a community member has claimed the issue already.Terraform Version
Terraform v1.1.4
Affected Resource(s)
Terraform Configuration Files
Debug Output
Using Terraform Cloud at the moment
Panic Output
Expected Behavior
The
pem_certificates
field on agoogle_privateca_certificate
should contain the entire certificate chainActual Behavior
The
pem_certificates
field is an empty listSteps to Reproduce
Create any google_privateca_certificate and check TF state; the
pem_certificates
field will be emptyImportant Factoids
pemCertificates
when the REST docs indicate a key name ofpemCertificateChain
. This is preventing Terraform users from accessing the full CA chain for Google CAS resources.References
The text was updated successfully, but these errors were encountered: