Releases: Venafi/terraform-provider-venafi
Releases · Venafi/terraform-provider-venafi
Fixed a bug in backward compatibility with PKCS#1 keys
- Fixed a bug in backward compatibility with
PKCS#1
keys during Terraform plan refresh.
Added support for SANs attributes
- Added support for importing IP for Subject Alternative Names for VaaS with
san_ip
attribute forvenafi_certificate
resource - Added
san_uri
attribute forvenafi_certificate
resource in order to specify Uniform Resource Identifiers for both create and import operations
Fixed a bug in window_expiration behavior
- Fixed a bug in
expiration_window
that prevented Terraform plan refresh.
Support for arm64 processors with Darwin OS - Publishment on Terraform Registry
The previous release was not published on Terraform Registry due an extra .
in the part that conforms the version on the name of the zip files.
Support for arm64 processors with Darwin OS.
- Added support for arm64 processors with Darwin OS.
Added support for Certificate importing
- Added the ability to import certificates within
venafi_certificate
resource from Venafi platforms. - Changed behaviour for
expiration_window
attribute, now you will be able to update it without enrolling a new certificate. This was added in order to improve the usability after creating or importing avenafi_certificate
resource, the behavior of theexpiration_window
stays the same
Support for Service Generation and retrieval of SSH configuration from template
- Added
csr_origin
attribute forvenafi_certificate
resource to adding the ability to set local or service mode for enrolling certificates. - Added
venafi_ssh_config
resource that retrieves SSH configuration from issuing template. - Fixed a bug where not setting
valid_hours
attribute in venafi_certificate resource produced an error.
Added support for SSH certificates on TPP
Added venafi_ssh_certificate
resource that enables SSH certificate creation with Trust Protection Platform
Added support for Certificate Policy Management
Added venafi_policy
resource that enables certificate policy management with Trust Protection Platform and Venafi as a Service.
Fixed a bug when the TPP zones are specified in "long form"
Fixed a bug that broke TPP integrations when the customer's zone is provided in "long form"; that is including the "VED" prefix.