Enable us to make tfcmt fail if the result of terraform plan has warning.
Why is the feature needed?
To have users fix warnings.
Example Code
$ tfcmt plan -fail-warning
export TFCMT_FAIL_WARNING=true
Configuration
fail_warning:
enable: true
ignore_warnings:
# regexp
- target: foo
# regexp
warning: Prefer using `restricted_roles` to define which roles are required to edit
the dashboard.
Feature Overview
Enable us to make tfcmt fail if the result of
terraform plan
has warning.Why is the feature needed?
To have users fix warnings.
Example Code
Configuration
note
No response