Skip to content

Commit

Permalink
github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
saikrishnama committed Apr 11, 2024
1 parent 78d0704 commit b1fa5f8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions outputs.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
output "kms_key_id" {
description = "KMS Key id"
value = aws_kms_key.kms_key[0].id

}
output "kms_arn" {
description = "KMS arn value"
value = aws_kms_key.kms_key[0].arn
}

0 comments on commit b1fa5f8

Please sign in to comment.