7 min read

Terragrunt - Path Helpers

Dynamic configuration requires knowing where you are. We’ll cover essential functions like find_in_parent_folders() and get_terragrunt_dir() that allow your code to automatically detect its location in the directory tree and adjust paths accordingly.
Terragrunt - Path Helpers
Reader: Terragrunt Path Helpers

Reader Mode

-- / --

Introduction