Skip to content

Commit

Permalink
fix: Tagging (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxymVlasov authored Aug 8, 2024
1 parent 89471ff commit a3d09e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoscaling.tf
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,5 @@ resource "aws_cloudwatch_metric_alarm" "all_alarms" {

alarm_description = each.value.alarm_description
alarm_actions = each.value.alarm_actions
tags = var.tags
tags = module.this.tags
}

0 comments on commit a3d09e6

Please sign in to comment.