Resource: aws_redshift_hsm_client_certificate

Creates an HSM client certificate that an Amazon Redshift cluster will use to connect to the client's HSM in order to store and retrieve the keys used to encrypt the cluster databases.

Example Usage

resource "aws_redshift_hsm_client_certificate" "example" {
  hsm_client_certificate_identifier = "example"
}

Argument Reference

This resource supports the following arguments:

Attribute Reference

This resource exports the following attributes in addition to the arguments above:

Import

In Terraform v1.5.0 and later, use an import block to import Redshift HSM Client Certificates using hsm_client_certificate_identifier. For example:

import {
  to = aws_redshift_hsm_client_certificate.test
  id = "example"
}

Using terraform import, import Redshift HSM Client Certificates using hsm_client_certificate_identifier. For example:

% terraform import aws_redshift_hsm_client_certificate.test example