Why did you migrate from terraform to terragrunt #12
Answered
by
SaisakthiM
saisakthi-M
asked this question in
Q&A
-
|
I never knew why did you migrate becuase both are nearly same so i needed a reason, can anyone tell |
Beta Was this translation helpful? Give feedback.
Answered by
SaisakthiM
Jun 24, 2026
Replies: 1 comment
-
|
It is actually because when i ran terraform it was a single monorepo environment which cause every single changed to be scanned again and again. So I needed to use terragrunt to split into environment and use terragrunt as a orchestrated environment manager to manage all the environment |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
saisakthi-M
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It is actually because when i ran terraform it was a single monorepo environment which cause every single changed to be scanned again and again. So I needed to use terragrunt to split into environment and use terragrunt as a orchestrated environment manager to manage all the environment