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: docs/concepts/configuration/runtime-configuration/README.md
+4
Original file line number
Diff line number
Diff line change
@@ -147,3 +147,7 @@ This setting determines the Terragrunt parametrization.
147
147
!!! warning
148
148
You must set all necessary fields because if the `terragrunt` section is present in the config, it replaces all Terragrunt values rather than merging them.
149
149
For example, if you set `terraform_version` only, all other fields will be reset to their defaults.
150
+
151
+
!!! info
152
+
This parametrizes only if a stack is defined as a Terragrunt stack. Adding this does not allow us to override the stack type. For example, Ansible stacks don't become Terragrunt now.
153
+
It could be helpful for monorepo; it works for Terragrunt stacks only, different ones left untouched.
0 commit comments