Skip to content

Commit

Permalink
Merge pull request #141 from Venafi/docs
Browse files Browse the repository at this point in the history
fix(docs): Adds missing documentation for cloud_keystore_installation
  • Loading branch information
rvelaVenafi authored Jun 11, 2024
2 parents aef67ea + 1f30eb8 commit 6a94ba2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 0 additions & 1 deletion venafi/resource_venafi_certificate.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
```
```

0 comments on commit 6a94ba2

Please sign in to comment.