Hi.
https://github.com/diggerhq/digger/blob/0b57be69da9d3f3aeb35e8043405c72549877c97/libs/policy/policy.go#L462C1-L464C3
To create more complex checks, like: deny if some type of resource need to be changed/created and the PR is not approves by specific team,
terraform input should be merged with what's available in
|
input := map[string]interface{}{ |
Lukasz