blob: 23ebfb4c62b5c268dcfa3512994a9e8e1dc70831 [file] [log] [blame]
terraform {
backend "local" {
path = "imported.tfstate"
}
}
provider "test" {
foo = "bar"
}
resource "test_instance" "foo" {
}