From 3aa5524c3069072a86f61c1ef5c3c9cd25600a8f Mon Sep 17 00:00:00 2001 From: Matheus Duarte Date: Thu, 3 Aug 2023 12:12:06 -0300 Subject: [PATCH] Modificando tags --- main.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/main.tf b/main.tf index ab96ce9..2bdff66 100644 --- a/main.tf +++ b/main.tf @@ -100,6 +100,7 @@ resource "aws_elasticache_parameter_group" "default" { name = var.name family = var.family description = var.description + tags = merge({ "Name" = var.name }, var.tags) } # https://www.terraform.io/docs/providers/aws/r/elasticache_subnet_group.html