UPD: disabled tag update
This commit is contained in:
parent
d9cad6b7a3
commit
a9e77c22da
@ -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" {
|
||||
|
Loading…
Reference in New Issue
Block a user