Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 865 Bytes

File metadata and controls

42 lines (32 loc) · 865 Bytes
page_title subcategory description
firehydrant_webhook_target Data Source - terraform-provider-firehydrant
WebhookTarget DataSource

firehydrant_webhook_target (Data Source)

WebhookTarget DataSource

Example Usage

data "firehydrant_webhook_target" "my_webhooktarget" {
  id = "...my_id..."
}

Schema

Read-Only

  • created_at (String)
  • created_by (Attributes) (see below for nested schema)
  • id (String) The ID of this resource.
  • state (String)
  • subscriptions (String)
  • updated_at (String)
  • url (String)

Nested Schema for created_by

Read-Only:

  • email (String)
  • id (String)
  • name (String)
  • source (String)