spilliams / terrascope

A kitchen-sink of terraform tools
GNU Affero General Public License v3.0
29 stars 0 forks source link

`terrascope root build-all [SCOPE]` #73

Open spilliams opened 1 year ago

spilliams commented 1 year ago

I want to be able to build all roots for all scopes. I want to be able to build all roots for a single scope (see also #34).

spilliams commented 1 year ago

Perhaps build a "phantom" root that depends on all other roots. Might have to change what qualifies as an ExecFunc, and maybe have something like a Buildable interface implemented by a new PhantomRoot struct.