Skip to content

Instantly share code, notes, and snippets.

@KyMidd
Created July 10, 2021 20:23
Show Gist options
  • Select an option

  • Save KyMidd/2127544a285d1744f092eeb5e7a3d1c7 to your computer and use it in GitHub Desktop.

Select an option

Save KyMidd/2127544a285d1744f092eeb5e7a3d1c7 to your computer and use it in GitHub Desktop.
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