You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow users to define a config file such as approval_ci.yaml within each Terraform directory that contains directory-level approval configurations. This allows PR contributors to dynamically set these configurations within their PR rather than relying on the default configuration specified as input in this Terraform module.
include_parent: true will result in the first parent approval_ci.yaml configuration being merged with the child configuration (inspired by Terragrunt include block)
The text was updated successfully, but these errors were encountered:
Allow users to define a config file such as
approval_ci.yaml
within each Terraform directory that contains directory-level approval configurations. This allows PR contributors to dynamically set these configurations within their PR rather than relying on the default configuration specified as input in this Terraform module.The config file can look something like this:
include_parent: true
will result in the first parentapproval_ci.yaml
configuration being merged with the child configuration (inspired by Terragrunt include block)The text was updated successfully, but these errors were encountered: