Skip to content

Commit

Permalink
Add 'key_arn' output
Browse files Browse the repository at this point in the history
  • Loading branch information
patoarvizu committed Oct 29, 2018
1 parent 227ae02 commit 5967394
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/kms_key/outputs.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
output "key_id" {
value = "${aws_kms_key.key.key_id}"
}

output "key_arn" {
value = "${aws_kms_key.key.arn}"
}

0 comments on commit 5967394

Please sign in to comment.