page_title |
---|
FireHydrant Data Source: firehydrant_severity |
Use this data source to get information on severities.
FireHydrant severities represent different levels of severity for incidents.
Basic usage:
data "firehydrant_severity" "example-severity" {
slug = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
}
The following arguments are supported:
slug
- (Required) The slug representing the severity.
In addition to all arguments above, the following attributes are exported:
id
- The ID of the severity. This is the same as the slug.description
- A description of the severity.type
- The type of the severity. Possible values aregameday
,maintenance
, andunexpected_downtime
.