Skip to content

Commit 1bdbca0

Browse files
committed
fix: let's specify how terragrunt block works in case stack isn't terragrunt
1 parent 5e07e44 commit 1bdbca0

File tree

1 file changed

+4
-0
lines changed
  • docs/concepts/configuration/runtime-configuration

1 file changed

+4
-0
lines changed

docs/concepts/configuration/runtime-configuration/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -147,3 +147,7 @@ This setting determines the Terragrunt parametrization.
147147
!!! warning
148148
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.
149149
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

Comments
 (0)