Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 624 Bytes

File metadata and controls

31 lines (24 loc) · 624 Bytes
page_title subcategory description
firehydrant_incident_role Data Source - terraform-provider-firehydrant
IncidentRole DataSource

firehydrant_incident_role (Data Source)

IncidentRole DataSource

Example Usage

data "firehydrant_incident_role" "my_incidentrole" {
}

Schema

Read-Only

  • created_at (String)
  • description (String)
  • discarded_at (String)
  • id (String) The ID of this resource.
  • name (String)
  • summary (String)
  • updated_at (String)