blob: c5112dca05f19cf5d5f050ce98d6474c6dee940d [file] [log] [blame]
provider "aws" {
access_key = "abc123"
}
module "child" {
source = "./child"
}