Skip to content

Commit

Permalink
ds/aws_kms_custom_key_store: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsonaj committed Sep 29, 2022
1 parent 9b4e2de commit 91a43c7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions website/docs/d/kms_custom_key_store.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,18 @@ without having to hard code the ID as input.

```terraform
data "aws_kms_custom_key_store" "keystore" {
name = "my_cloudhsm"
custom_key_store_name = "my_cloudhsm"
}
```

## Argument Reference

* `name` - (Optional) The user-specified friendly name for the custom key store.
* `id` - (Optional) The ID for the custom key store.
* `custom_key_store_id` - (Optional) The ID for the custom key store.
* `custom_key_store_name` - (Optional) The user-specified friendly name for the custom key store.

## Attributes Reference

* `id` - The ID for the custom key store.
* `cloudhsm_cluster_id` - ID for the CloudHSM cluster that is associated with the custom key store.
* `connection_state` - Indicates whether the custom key store is connected to its CloudHSM cluster.
* `creation_date` - The date and time when the custom key store was created.
Expand Down

0 comments on commit 91a43c7

Please sign in to comment.