You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running terragrunt-atlantis-config generate will fail with the following error
ERRO[0000] 9: range_end = run_cmd("--terragrunt-global-cache", "--terragrunt-quiet", "${get_terragrunt_dir()}/date_to_unix_ms", "2030-02-21")
ERRO[0000]
ERRO[0000] Call to function "run_cmd" failed: exec: "--terragrunt-global-cache": executable file not found in $PATH.
Running with the options works fine when working with terragrunt, but only fails when running terragrunt-atlantis-config.
Removing the options will pass but can potentially generate a lot of stdout noise when running run-all plan.
Expected behavior
Should not error.
Additional Context
OS: Arch Linux
CLI Version: 1.16.0
The text was updated successfully, but these errors were encountered:
Summary
When using
run_cmd
with options likefollowing the docs
Running
terragrunt-atlantis-config generate
will fail with the following errorRunning with the options works fine when working with terragrunt, but only fails when running
terragrunt-atlantis-config
.Removing the options will pass but can potentially generate a lot of stdout noise when running
run-all plan
.Expected behavior
Should not error.
Additional Context
OS: Arch Linux
CLI Version: 1.16.0
The text was updated successfully, but these errors were encountered: