Commit a68e50e
committed
terraform: Add a Kconfig menu item to set the IaaC tool path
Users need to be able to override the Infrastructure as Code tool
binary path when it's installed in non-default locations. The
hidden TERRAFORM_BINARY_PATH option made this difficult because
it wasn't visible in the configuration interface and used
hard-coded paths that don't match typical package manager
installations.
This change promotes the option to a visible menu item with
improved defaults that match common installation paths. The
Terraform default now uses /usr/bin/terraform instead of
/usr/local/bin/terraform, aligning with standard package
manager behavior. The new help text guides users on when and
how to override the path for custom installations.
Generated-by: Claude AI
Signed-off-by: Chuck Lever <[email protected]>1 parent 0a55881 commit a68e50e
1 file changed
+7
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
66 | | - | |
| 65 | + | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
69 | 74 | | |
70 | 75 | | |
0 commit comments