Jean-Baptiste Simillon
Jean-Baptiste Simillon
Could you fix the issue ? it happens when building from a fork ``` module "signalfx-detectors-prometheus-exporter-clamav" { - source = "github.com/hugueslepesant/terraform-signalfx-detectors.git//modules/prometheus-exporter_clamav?ref={revision}" + source = "github.com/claranet/terraform-signalfx-detectors.git//modules/prometheus-exporter_clamav?ref={revision}" ``` Just changing it manually...
Generated files should not be edited manually, instead change / delete files in the conf/ directory of the module, and regenerate the terraform files afterwards (https://github.com/claranet/terraform-signalfx-detectors/blob/master/docs/development.md#detectors)
I think it can be problematic since thresholds are not the same at all (usage % vs free %), for example if previous variable `memory_utilization_threshold_critical` was manually set, then updating...