blob: f7185149031d2ac51017e83254a1859d5e9fdb29 [file] [log] [blame]
module "foo" {
source = "./foo"
depends_on = [
test_instance.test
]
}
resource "test_instance" "test" {
ami = "foo-bar"
}