Skip to content

Commit

Permalink
Merge pull request #5 from patoarvizu/add_key_arn_output
Browse files Browse the repository at this point in the history
Add 'key_arn' output
  • Loading branch information
patoarvizu authored Oct 29, 2018
2 parents 227ae02 + 5967394 commit 37d0c90
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 37d0c90

Please sign in to comment.