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
+1-2
Original file line number
Diff line number
Diff line change
@@ -149,5 +149,4 @@ This setting determines the Terragrunt parametrization.
149
149
For example, if you set `terraform_version` only, all other fields will be reset to their defaults.
150
150
151
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.
152
+
Terragrunt specific parameters only work when the stack is a terragrunt stack. Adding this does not override the stack type. For example, Ansible stacks don't become Terragrunt stacks.
0 commit comments