--- options/options.go.orig	2020-04-09 12:07:58.000000000 -0400
+++ options/options.go	2020-04-09 12:08:19.000000000 -0400
@@ -22,7 +22,7 @@
 const DEFAULT_MAX_FOLDERS_TO_CHECK = 100
 
 // TERRAFORM_DEFAULT_PATH just takes terraform from the path
-const TERRAFORM_DEFAULT_PATH = "terraform"
+const TERRAFORM_DEFAULT_PATH = "@@TERRAFORM_BIN@@"
 
 const TerragruntCacheDir = ".terragrunt-cache"
 
