lgallard / terraform-aws-secrets-manager

Terraform module to create Amazon Secrets Manager resources.
Apache License 2.0
63 stars 50 forks source link

allow and empty replica region kms_key_id and use the default. #36

Closed siteopsio closed 1 year ago

siteopsio commented 1 year ago

Allow no kms_key_id to be specified in replica_regions which uses the default KMS key for the specified region. Updated example to actually show an example of setting up a replica.

lgallard commented 1 year ago

@siteopsio Thanks for the PR. I'll include the changes in the next release!