blob: dbfc52745d6947128138d6ca715c6ebb6cf68bd2 [file] [log] [blame]
provider "aws" {
foo = "bar"
}
module "child" {
source = "./child"
}