Files
macports-ports/sysutils/terragrunt/files/patch-options.go.52.diff

12 lines
454 B
Diff

--- options/options.go.orig 2023-10-11 15:07:58.000000000 -0400
+++ options/options.go 2023-10-11 15:08:19.000000000 -0400
@@ -31,7 +31,7 @@
TofuDefaultPath = "tofu"
// TerraformDefaultPath just takes terraform from the path
- TerraformDefaultPath = "terraform"
+ TerraformDefaultPath = "@@TERRAFORM_BIN@@"
// Default to naming it `terragrunt_rendered.json` in the terragrunt config directory.
DefaultJSONOutName = "terragrunt_rendered.json"