terraform/internal/command/testdata/refresh-targeted/main.tf

8 lines
97 B
HCL

resource "test_instance" "foo" {
id = "foo"
}
resource "test_instance" "bar" {
id = "bar"
}