hashicorp / terraform

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.
https://www.terraform.io/
Other
42.71k stars 9.55k forks source link

Custom terraform plugin #29318

Open MChorfa opened 3 years ago

MChorfa commented 3 years ago

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

paddycarver commented 3 years ago

I think this is a better question for the core team, so I'm going to relocate this to the hashicorp/terraform repository.