Read Terraform's plan the better way
Last year, I started exploring and studying terraform for work. While studying, I mostly relied on Terraform plan command to check the output plan. As terraform module I was writing got bigger, the plan got bigger too, and I needed to store the plan in a file and then read & analyse the file later. For example, I want to read the plan for the following resource & store it in a file,...