Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 738 Bytes

status_update_templates.md

File metadata and controls

37 lines (28 loc) · 738 Bytes
page_title subcategory description
firehydrant_status_update_templates Data Source - terraform-provider-firehydrant
StatusUpdateTemplates DataSource

firehydrant_status_update_templates (Data Source)

StatusUpdateTemplates DataSource

Example Usage

data "firehydrant_status_update_templates" "my_statusupdatetemplates" {
  page     = 2
  per_page = 4
}

Schema

Optional

  • page (Number)
  • per_page (Number)

Read-Only

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