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.
Description of feature
Add functionality like terraforms
terraform plan
commandPurpose 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.