terraform/internal/command/testdata/import-provider/main.tf

7 lines
72 B
HCL

provider "test" {
foo = "bar"
}
resource "test_instance" "foo" {
}