Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 790 Bytes

File metadata and controls

45 lines (33 loc) · 790 Bytes
page_title subcategory description
firehydrant_webhook Resource - terraform-provider-firehydrant
Webhook Resource

firehydrant_webhook (Resource)

Webhook Resource

Example Usage

resource "firehydrant_webhook" "my_webhook" {
  url = "...my_url..."
}

Schema

Required

  • url (String)

Read-Only

  • created_at (String)
  • email (String)
  • id (String) The ID of this resource.
  • name (String)
  • source (String)
  • state (String)
  • subscriptions (String)
  • updated_at (String)

Import

Import is supported using the following syntax:

terraform import firehydrant_webhook.my_firehydrant_webhook ""