Skip to content

Latest commit

 

History

History
106 lines (78 loc) · 2.54 KB

File metadata and controls

106 lines (78 loc) · 2.54 KB
page_title subcategory description
epilot-journey_journey Data Source - terraform-provider-epilot-journey
Journey DataSource

epilot-journey_journey (Data Source)

Journey DataSource

Example Usage

data "epilot-journey_journey" "my_journey" {
}

Schema

Read-Only

Nested Schema for context_schema

Read-Only:

  • is_required (Boolean)
  • param_key (String)
  • should_load_entity (Boolean)
  • type (String)

Nested Schema for design

Read-Only:

  • logo_url (String)
  • theme (Map of String)

Nested Schema for rules

Read-Only:

  • source (String)
  • source_type (String)
  • target (String)
  • type (String)

Nested Schema for settings

Read-Only:

  • access_mode (String)
  • address_suggestions_file_id (String)
  • address_suggestions_file_url (String) @deprecated Use addressSuggestionsFileId instead
  • description (String)
  • design_id (String)
  • embed_options (Attributes) (see below for nested schema)
  • entity_id (String)
  • entity_tags (List of String)
  • file_purposes (List of String)
  • mappings_automation_id (String)
  • runtime_entities (List of String)
  • safe_mode_automation (Boolean)
  • targeted_customer (String)
  • template_id (String)
  • use_new_design (Boolean)

Nested Schema for settings.embed_options

Read-Only:

  • button (Attributes) (see below for nested schema)
  • lang (String)
  • mode (String)
  • scroll_to_top (Boolean)
  • top_bar (Boolean)
  • width (String)

Nested Schema for settings.embed_options.button

Read-Only:

  • align (String)
  • text (String)