blob: a88b9e3e101c39c29020e7fcee9b27bade48825d [file] [log] [blame]
resource "aws_instance" "foo" {
lifecycle {
prevent_destroy = true
}
}