blob: 3133e57b93036d20c299d4363bede41f825fb728 [file] [log] [blame]
resource "aws_instance" "web" {}
import {
to = aws_instance.web
id = "test"
}
module "child" {
source = "./child"
}