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

12 lines
209 B
HCL

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