UPD: disabled tag update

This commit is contained in:
xpk 2022-12-06 14:35:13 +08:00
parent d9cad6b7a3
commit a9e77c22da
Signed by: xpk
GPG Key ID: CD4FF6793F09AB86

View File

@ -13,6 +13,9 @@ resource "aws_cloudwatch_event_rule" "EventRule" {
}
PATTERN
tags = var.default-tags
lifecycle {
ignore_changes = [tags]
}
}
resource "aws_cloudwatch_event_target" "TargetForEventRule" {