David
02/05/2025, 4:29 PMmodule "foo" {
source = "../modules/vpc"
}
module "bar" {
source = "../modules/s3"
}
terragrunt
# terragrunt.hcl
terraform {
source = "../modules/master"
}
inputs {
}
Josh Padnick
02/06/2025, 5:03 AMDavid
02/06/2025, 10:44 PM