Skip to content

Commit

Permalink
Test custom KMS encryption key
Browse files Browse the repository at this point in the history
  • Loading branch information
paulschwarzenberger committed Aug 23, 2024
1 parent 4881b11 commit 497f673
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/rsa-public-crl/ca.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ module "certificate_authority" {
root_ca_key_spec = "RSA_4096"
public_crl = true
cert_info_files = ["tls", "revoked", "revoked-root-ca"]
kms_key_alias = "custom-kms-encryption-key"

custom_sns_topic_display_name = "My Company CA Notifications Production"

Expand Down

0 comments on commit 497f673

Please sign in to comment.