Skip to content

Commit a5f156e

Browse files
committed
add cloudwatch encryption key variable
1 parent 0149971 commit a5f156e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

variables.tf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,8 @@ variable "version_to_deploy" {
2424
type = string
2525
}
2626

27+
variable "cloudwatch_encryption_key_arn" {
28+
description = "The arn of the encryption key to be used for the cloudwatch logs"
29+
type = string
30+
default = ""
31+
}

0 commit comments

Comments
 (0)