opentofu/backend/local/testdata/destroy-with-ds/main.tf
2019-06-30 10:16:15 +02:00

8 lines
92 B
HCL

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