iac_modules/terraform-hcl-standard/aws-cloud/bootstrap/lock/terragrunt.hcl

16 lines
249 B
HCL

include "root" {
path = find_in_parent_folders()
}
dependencies {
paths = ["../state"]
}
terraform {
source = "${get_parent_terragrunt_dir()}/..//bootstrap/lock"
}
inputs = {
bootstrap_config_path = get_env("BOOTSTRAP_CONFIG_PATH", "")
}