Changes to sensu_filter are ignored:
sensu_filter { 'is_prod':
action => 'allow',
expressions => ["event.entity.labels['environment'] == 'prod'"],
}
Changes to action or expressions are ignored.
sensu_handler is a bit different, adding a filter will be applied, but removing will not be applied
Sensu 6.10
Ubuntu 20.04
Puppet module 5.11.1 (latest)