blob: 75adcac5c3d767bb485e17f5d1110fe438d10ef7 [file] [log] [blame]
resource "test_ignore_changes_map" "foo" {
tags = {
ignored = "from config"
other = "from config"
}
lifecycle {
ignore_changes = [
tags["ignored"],
]
}
}