mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
12 lines
454 B
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"
|