-
-
Save KyMidd/2127544a285d1744f092eeb5e7a3d1c7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| data "aws_secretsmanager_secret" "kms_cmk_arn" { | |
| arn = "kms_cmk_arn" # We look up the secret via ARN, and find the KMS CMK's ARN, referenced below | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment