File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -98,6 +98,8 @@ resource "aws_elasticache_parameter_group" "default" {
9898 name = " max_item_size"
9999 value = var. max_item_size
100100 }
101+
102+ tags = module. this . tags
101103}
102104
103105resource "aws_elasticache_cluster" "default" {
@@ -147,6 +149,8 @@ resource "aws_cloudwatch_metric_alarm" "cache_cpu" {
147149
148150 alarm_actions = var. alarm_actions
149151 depends_on = [aws_elasticache_cluster . default ]
152+
153+ tags = module. this . tags
150154}
151155
152156resource "aws_cloudwatch_metric_alarm" "cache_memory" {
@@ -168,6 +172,8 @@ resource "aws_cloudwatch_metric_alarm" "cache_memory" {
168172
169173 alarm_actions = var. alarm_actions
170174 depends_on = [aws_elasticache_cluster . default ]
175+
176+ tags = module. this . tags
171177}
172178
173179module "dns" {
You can’t perform that action at this time.
0 commit comments