File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -101,6 +101,9 @@ resource "aws_elasticache_parameter_group" "default" {
101101 }
102102 }
103103
104+
105+ tags = module. this . tags
106+
104107 # Ignore changes to the description since it will try to recreate the resource
105108 lifecycle {
106109 ignore_changes = [
@@ -174,6 +177,8 @@ resource "aws_cloudwatch_metric_alarm" "cache_cpu" {
174177 alarm_actions = var. alarm_actions
175178 ok_actions = var. ok_actions
176179 depends_on = [aws_elasticache_replication_group . default ]
180+
181+ tags = module. this . tags
177182}
178183
179184resource "aws_cloudwatch_metric_alarm" "cache_memory" {
@@ -196,6 +201,8 @@ resource "aws_cloudwatch_metric_alarm" "cache_memory" {
196201 alarm_actions = var. alarm_actions
197202 ok_actions = var. ok_actions
198203 depends_on = [aws_elasticache_replication_group . default ]
204+
205+ tags = module. this . tags
199206}
200207
201208module "dns" {
You can’t perform that action at this time.
0 commit comments