You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tf-modules/security/kms-key/outputs.tf

8 lines
108 B
HCL

output "kms_key_id" {
value = aws_kms_key.kms.key_id
}
output "kms_key_alias" {
value = var.app_name
}