Data Source: aws_kms_custom_key_store

Use this data source to get the metadata KMS custom key store. By using this data source, you can reference KMS custom key store without having to hard code the ID as input.

Example Usage

data "aws_kms_custom_key_store" "keystore" {
  custom_key_store_name = "my_cloudhsm"
}

Argument Reference

Attribute Reference

This data source exports the following attributes in addition to the arguments above: