blob: 5b08577c6e4504d467392c454b7c59812b7c1ff7 [file] [log] [blame]
module "child" {
source = "./child"
}
provider "aws" {
from = "root"
}
resource "aws_instance" "foo" {
from = "root"
}