Export to Terraform
Export any ilert resource as Terraform HCL code directly from the web UI to adopt Infrastructure-as-Code practices incrementally.
Overview
How to export a resource

resource "ilert_alert_source" "prometheus" { integration_type = "PROMETHEUS" name = "Prometheus" alert_creation = "INTELLIGENT_GROUPING" escalation_policy = "2207280" active = true team { id = 1 name = "SRE Team" } alert_grouping_window = "PT5M" alert_priority_rule = "LOW" }terraform import ilert_alert_source.prometheus 2194927
Typical workflow
Supported resources
Sensitive fields
FAQ
Last updated
Was this helpful?