blob: 9557379aaa2ad51c9b8d315c144687c272e52011 [file] [log] [blame]
resource "aws_instance" "web" {
lifecycle {
ignore_changes = ["*", "foo"]
}
}