terraform/backend/local/testdata/destroy-with-ds/main.tf

8 lines
92 B
HCL

resource "test_instance" "foo" {
ami = "bar"
}
data "test_ds" "bar" {
filter = "foo"
}