Skip to content

Latest commit

 

History

History
107 lines (73 loc) · 2.75 KB

File metadata and controls

107 lines (73 loc) · 2.75 KB
page_title subcategory description
epilot-webhook_webhook Data Source - terraform-provider-epilot-webhook
Webhook DataSource

epilot-webhook_webhook (Data Source)

Webhook DataSource

Example Usage

data "epilot-webhook_webhook" "my_webhook" {
}

Schema

Read-Only

  • auth (Attributes) (see below for nested schema)
  • creation_time (String) creation timestamp
  • enable_static_ip (Boolean)
  • enabled (Boolean)
  • event_name (String)
  • filter (Attributes) (see below for nested schema)
  • http_method (String)
  • id (String) The ID of this resource.
  • name (String)
  • payload_configuration (Attributes) Configuration for the webhook payload (see below for nested schema)
  • status (String)
  • url (String)

Nested Schema for auth

Read-Only:

Nested Schema for auth.api_key_config

Read-Only:

  • key_name (String)
  • key_value (String)

Nested Schema for auth.basic_auth_config

Read-Only:

  • password (String)
  • username (String)

Nested Schema for auth.oauth_config

Read-Only:

  • client_id (String)
  • client_secret (String)
  • custom_parameter_list (Attributes List) (see below for nested schema)
  • endpoint (String) Https Endpoint for authentication
  • http_method (String)

Nested Schema for auth.oauth_config.custom_parameter_list

Read-Only:

  • key (String)
  • type (String)
  • value (String)

Nested Schema for filter

Read-Only:

  • key_to_filter (String)
  • supported_values (List of String)

Nested Schema for payload_configuration

Read-Only:

  • custom_headers (Map of String) Object representing custom headers as key-value pairs.
  • hydrate_entity (Boolean)
  • include_activity (Boolean)
  • include_changed_attributes (Boolean)
  • include_relations (Boolean)