diff --git a/iac-template/terraform-hcl-standard/aws-cloud/bootstrap/terragrunt.hcl b/iac-template/terraform-hcl-standard/aws-cloud/bootstrap/terragrunt.hcl index 5ee04ef9..c2366d8f 100644 --- a/iac-template/terraform-hcl-standard/aws-cloud/bootstrap/terragrunt.hcl +++ b/iac-template/terraform-hcl-standard/aws-cloud/bootstrap/terragrunt.hcl @@ -2,5 +2,5 @@ terraform_version_constraint = ">= 1.2.0" terragrunt_version_constraint = ">= 0.67.14" locals { - bootstrap_config = yamldecode(file("${get_terragrunt_dir()}/../config/accounts/bootstrap.yaml")) + bootstrap_config = yamldecode(file("${get_original_terragrunt_dir()}/../config/accounts/bootstrap.yaml")) }