Terraform enables you to safely and predictably create, change, and improve infrastructure. It is a source-available tool that codifies APIs into declarative configuration files that can be shared amongst team members, treated as code, edited, reviewed, and versioned.
Are you planning to add the capability to extend the Terraform CLI with plugins outside of providers?
I want to be able to do : terraform plugin diagram-render -type=plan -plan=tfplan -module=my_module -output=png
Are you planning to add the capability to extend the Terraform CLI with plugins outside of providers? I want to be able to do : terraform plugin diagram-render -type=plan -plan=tfplan -module=my_module -output=png