feat: Add tags for CloudWatch log group only (#2841)

* feature: added cloudwatch log group tags input

* fix: terraform docs run
This commit is contained in:
BlacksmithJoe
2023-12-11 15:54:19 +01:00
committed by GitHub
parent ec454c51cb
commit 4c5c97b5d4
3 changed files with 8 additions and 0 deletions

View File

@@ -228,6 +228,12 @@ variable "cloudwatch_log_group_kms_key_id" {
default = null
}
variable "cloudwatch_log_group_tags" {
description = "A map of additional tags to add to the cloudwatch log group created"
type = map(string)
default = {}
}
################################################################################
# Cluster Security Group
################################################################################