stacklio / stackl

An open source, end-to-end application orchestration platform.
https://stackl.io
GNU General Public License v3.0
5 stars 4 forks source link

(Terraform) Add ability to verify changes like using the command terraform plan #239

Closed mieel closed 2 years ago

mieel commented 3 years ago

Description of feature

Add functionality like terraforms terraform plan command

Purpose of this new feature

IaC changes to Production systems should be rolled out very carefully. Terraform handles this problem very well by featuring the plan command. Stackl needs this functionality to be useful when used in terraform production environments.