-
Notifications
You must be signed in to change notification settings - Fork 562
Open
Labels
Description
From the user:
... if there’s a way to specify in the digger.yaml file which projects should be checked for drift.
also ... if it’s possible to define multiple drift workflows and assign each one to a specific type of project. For example, we have a terraform/aws_devel/** project that includes everything related to AWS development, same with Prod ... and another environments, each has its own aws_access_key and aws_secret.
What we’d like to do is have something like an aws_devel_drift.yaml that only checks for drift in the devel projects, and the same for prod, pre, demo, etc.
marcelSR-factorial