Execute Terraform Commands on Multiple Modules at Once
Full Document
Readwise/Full Document Contents/Execute Terraform Commands on Multiple Modules at Once.md
Highlights
Terragrunt will return an error indicating the dependency hasn’t been applied yet if the terraform module managed by the terragrunt config referenced in a dependency
block has not been applied yet. This is because you cannot actually fetch outputs out of an unapplied Terraform module, even if there are no resources being created in the module. ([View Highlight] (https://read.readwise.io/read/01h1n1er6srated02phcnh0q5k))