Replies: 1 comment 3 replies
-
For If you just need to spot changes using the For Terragrunt, we do have support here but it's not something I ever used as I don't use Terragrunt (we can get into a philosophical discussion on the why if you want). The code supporting Terragrunt here was mostly contributed, so I can't be of much help. |
Beta Was this translation helpful? Give feedback.
-
Please could you tell me how we check for no changes after our Terraform apply? I want to be able to check the difference between two module versions and I need to know that there are no changes.
Plan: 0 to add, 0 to change, 0 to destroy.
Also if there is a solution how can it be done using Terragrunt? i.e. how can we test that module x has 1 add but module y should have 2 change and 1 destroy?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions