Why build all stacks when not running terraspace all...
?
#223
Labels
question
Further information is requested
terraspace all...
?
#223
Currently, TS builds all dependency stacks when running normal single-stack commands, e.g.
terraspace build some_stack
,terraspace plan some_stack
etc. If you have a complex environment, this leads to pretty long run times when deploying a single stack - much longer than running pure Terraform - and I'm not really clear on the reason for it given that the dependency stacks don't ultimately seem to be used at all (templatedoutput()
values are resolved from the dependency's statefile which is entirely independent).Was wondering if there was a reason for this. Otherwise, would it make sense to change the default
include_stacks
behaviour forBuilder
to:root_only
?The text was updated successfully, but these errors were encountered: