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
#### `render --write` picks a default filename without a format flag
7
+
8
+
`terragrunt render --write` failed with `is a directory` unless it was paired with `--format` or `--json`. Only those flags set the default filename, so a bare `--write` had no output path and Terragrunt tried to write to the unit directory itself.
9
+
10
+
The default now follows the format in use. `terragrunt render --write` writes `terragrunt.rendered.hcl` next to the unit configuration, and `--json` or `--format=json` writes `terragrunt.rendered.json`. An explicit `--out` still takes precedence.
0 commit comments