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
Copy file name to clipboardExpand all lines: terragrunt.hcl
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,8 @@ terraform {
52
52
#commands = ["plan", "apply"]
53
53
commands=get_terraform_commands_that_need_vars()
54
54
arguments=[
55
-
# must use get_terragrunt_dir() because it executes in a temporary directory which will break relative paths, while absolute paths are not portable to other machines eg. colleagues or CI/CD systems
55
+
# must use get_terragrunt_dir() because it executes in a temporary directory which will break relative paths,
56
+
# while absolute paths are not portable to other machines eg. colleagues machines or CI/CD systems
0 commit comments