-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Labels
kind/featureNew feature or requestNew feature or request
Description
What would you like to add
I have a very big problem with how to deploy different parts of the infrastructure if there are several people working on the project. The thing is that using terragrunt we can deploy modules selectively, using the options --terragrunt-include-dir, --terragrunt-exclude-dir, --terragrunt-strict-include, etc. Or even by going into the desired module and deploying just that one. Cluster.dev doesn't allow you to do this yet, and as a result there will be problems over the fact that while one engineer is working on one StackTemplate or even a unit, another engineer will have to wait so as not to roll back his changes. In this case, I suggest implementing options specifying specific Stack, StackTemplate, and even Units.
Metadata
Metadata
Assignees
Labels
kind/featureNew feature or requestNew feature or request