From e02ca05e0d944e0171d81ad408a033c399af6258 Mon Sep 17 00:00:00 2001 From: Byungjin Park Date: Fri, 24 May 2024 17:32:03 +0900 Subject: [PATCH] Fix --- modules/region/cloudwatch.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/region/cloudwatch.tf b/modules/region/cloudwatch.tf index 252261c..6e93c87 100644 --- a/modules/region/cloudwatch.tf +++ b/modules/region/cloudwatch.tf @@ -21,6 +21,6 @@ module "cloudwatch_oam_sink" { tags = merge( local.module_tags, var.tags, - each.value.tags, + var.cloudwatch.oam_sink.tags, ) }