4.4.0 (August 31, 2026)
ENHANCEMENTS:
- resource/tls_cert_request: Added write-only
private_key_pem_woandprivate_key_pem_wo_versionattributes so the private key can be supplied at apply time without being persisted to Terraform state.private_key_pemis now optional. (#645) - resource/tls_self_signed_cert: Added write-only
private_key_pem_woandprivate_key_pem_wo_versionattributes so the private key can be supplied at apply time without being persisted to Terraform state.private_key_pemis now optional. (#645) - resource/tls_locally_signed_cert: Added write-only
ca_private_key_pem_woandca_private_key_pem_wo_versionattributes so the CA private key can be supplied at apply time without being persisted to Terraform state.ca_private_key_pemis now optional. (#645) - Updated
TestAccDataSourceCertificate_DevDotacceptance test to reflect the current TLS certificate chain fordeveloper.hashicorp.com(#793)