Demo
Terraform Plan Interactive Configuration and State Visualization with Rover
The author of Rover, a new Terraform visualizer, shows his project in action.
The output from terraform plan
is critical to understanding the changes that Terraform makes to your infrastructure. However, this can quickly become unwieldy. Rover is an open source tool that visualizes the Terraform plan, enabling you to quickly explore and identify resource changes. This talk will share what Tu Nguyen learned while building Rover, which includes a deep dive into the structure of Terraform plans and several HashiCorp libraries.