Skip to content

Commit

Permalink
Merge pull request patoarvizu#7 from patoarvizu/add_alias_output
Browse files Browse the repository at this point in the history
Add 'alias_arn' output
  • Loading branch information
patoarvizu authored Jun 18, 2019
2 parents e62735d + 4a6c6a7 commit e10d259
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ additional_account_ids | []

* `key_id`
* `key_arn`
* `alias_arn`

### Secret decryption

Expand Down
4 changes: 4 additions & 0 deletions modules/kms_key/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ output "key_id" {
output "key_arn" {
value = "${aws_kms_key.key.arn}"
}

output "alias_arn" {
value = "${aws_kms_alias.alias.arn}"
}

0 comments on commit e10d259

Please sign in to comment.