Plan output is broken with terraform 0.12
Closed this issue · 0 comments
btromanova commented
Astro uses terraform show
to output the plan.
After 0.12.0 terraform show
stopped showing the full set of changes and only outputs path to changed modules (see hashicorp/terraform#21446).
While the terraform issue is not fixed, we can fix this in astro by showing part of terraform plan
output.