@@ -84,18 +84,18 @@ In addition to all arguments above, the following attributes are exported:
8484
8585- ` id ` - The ID of the resource (project ID with region).
8686- ` alerts ` - List of preconfigured alerts. Each alert contains:
87- - ` name ` - Name of the alert rule.
88- - ` rule ` - PromQL expression defining the alert condition.
89- - ` duration ` - Duration for which the condition must be true before the alert fires (e.g., "5m").
90- - ` rule_status ` - Status of the alert rule (` enabled ` , ` disabled ` , ` enabling ` , ` disabling ` ).
91- - ` state ` - Current state of the alert (` inactive ` , ` pending ` , ` firing ` ).
92- - ` annotations ` - Map of annotations attached to the alert.
93- - ` preconfigured_rule_id ` - Unique identifier of the preconfigured rule. Use this ID in ` scaleway_cockpit_alert_manager ` resource.
94- - ` display_name ` - Human-readable name of the alert.
95- - ` display_description ` - Human-readable description of the alert.
96- - ` product_name ` - Scaleway product associated with the alert (e.g., "instance", "rdb", "kubernetes").
97- - ` product_family ` - Family of the product (e.g., "compute", "storage", "network").
98- - ` data_source_id ` - ID of the data source containing the alert rule.
87+ - ` name ` - Name of the alert rule.
88+ - ` rule ` - PromQL expression defining the alert condition.
89+ - ` duration ` - Duration for which the condition must be true before the alert fires (e.g., "5m").
90+ - ` rule_status ` - Status of the alert rule (` enabled ` , ` disabled ` , ` enabling ` , ` disabling ` ).
91+ - ` state ` - Current state of the alert (` inactive ` , ` pending ` , ` firing ` ).
92+ - ` annotations ` - Map of annotations attached to the alert.
93+ - ` preconfigured_rule_id ` - Unique identifier of the preconfigured rule. Use this ID in ` scaleway_cockpit_alert_manager ` resource.
94+ - ` display_name ` - Human-readable name of the alert.
95+ - ` display_description ` - Human-readable description of the alert.
96+ - ` product_name ` - Scaleway product associated with the alert (e.g., "instance", "rdb", "kubernetes").
97+ - ` product_family ` - Family of the product (e.g., "compute", "storage", "network").
98+ - ` data_source_id ` - ID of the data source containing the alert rule.
9999
100100
101101
0 commit comments