From 999d392c1076ef398652907455ebda9c1097e483 Mon Sep 17 00:00:00 2001 From: Russel Vela Date: Tue, 11 Jun 2024 15:46:11 -0600 Subject: [PATCH 1/2] fix(docs): Adds missing documentation for cloud_keystore_installation Closes VC-32723 --- .../docs/r/venafi_cloud_keystore_installation.html.markdown | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/website/docs/r/venafi_cloud_keystore_installation.html.markdown b/website/docs/r/venafi_cloud_keystore_installation.html.markdown index 5bb84ba..21411e4 100644 --- a/website/docs/r/venafi_cloud_keystore_installation.html.markdown +++ b/website/docs/r/venafi_cloud_keystore_installation.html.markdown @@ -8,6 +8,10 @@ description: |- # Resource: venafi_cloud_keystore_installation +Provisions a certificate from Venafi Control Plane's inventory to any of the supported Cloud Providers: Amazon +Certificate Manager, Azure KeyVault or Google Certificate Manager. Exports the ID of the provisioned certificate: +certificate name for AKV and GCM or ARN for ACM. + ## Example Usage ```hcl @@ -44,4 +48,4 @@ Using `terraform import`, import a Machine Identity from Venafi Control Plane us ```console terraform import venafi_cloud_keystore_installation.example 2155bd32-2234-22ac-7cfd-ff1198845aa2 -``` \ No newline at end of file +``` From 1f30eb865831937a46842c6540715bf39b0dc099 Mon Sep 17 00:00:00 2001 From: Russel Vela Date: Tue, 11 Jun 2024 15:58:24 -0600 Subject: [PATCH 2/2] fix(docs): Removes unused constant Closes VC-32723 --- venafi/resource_venafi_certificate.go | 1 - 1 file changed, 1 deletion(-) diff --git a/venafi/resource_venafi_certificate.go b/venafi/resource_venafi_certificate.go index 401fd21..09f2f9c 100644 --- a/venafi/resource_venafi_certificate.go +++ b/venafi/resource_venafi_certificate.go @@ -33,7 +33,6 @@ import ( const ( importIdFailEmpty = "the id for import method is empty" - importIdFailMissingValues = "there are missing attributes in the import id being passed" importIdFailExceededValues = "there are more attributes than expected in the import id being passed" importPickupIdFailEmpty = "empty pickupID for VaaS or common_name for TPP during import method" importKeyPasswordFailEmpty = "empty key_password for import method" //#nosec