mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-21 00:49:06 +01:00
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:
@@ -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
|
||||
################################################################################
|
||||
|
||||
Reference in New Issue
Block a user