blob: 38ba171da4c2db6dcfd04c52f937bdcd9143d7ba [file] [log] [blame]
terraform {
backend "http" {
}
}
resource "test_instance" "foo" {
ami = "bar"
}