blob: ac594a9eb845e83e282227d97cd87a0a3528c4ca [file] [log] [blame]
variable "foo" {}
variable "bar" {}
resource "aws_instance" "foo" {
ami = "${var.foo}"
instance = "${var.bar}"
foo = "bar"
lifecycle {
ignore_changes = all
}
}