blob: 7062d896b484475659e76f75b63c33801a013937 [file] [log] [blame]
resource "test_instance" "foo" {
count = 1
ami = "bar"
}
data "test_ds" "bar" {
filter = "foo"
}