page_title |
---|
FireHydrant Data Source: firehydrant_incident_role |
Use this data source to get information on incident roles.
FireHydrant incident roles allow you to use predefined roles during your incidents. These predefined roles help responders know exactly what their responsibilities are as soon as they drop into an incident.
Basic usage:
data "firehydrant_incident_role" "example-incident-role" {
id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
}
The following arguments are supported:
id
- (Required) The ID of the incident role.
In addition to all arguments above, the following attributes are exported:
id
- The ID of the incident role.description
- A description of the incident role.name
- The name of the incident role.summary
- A summary of the incident role.