Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 1.18 KB

File metadata and controls

41 lines (32 loc) · 1.18 KB
page_title subcategory description
epilot-custom-variable_custom_variable Data Source - terraform-provider-epilot-custom-variable
CustomVariable DataSource

epilot-custom-variable_custom_variable (Data Source)

CustomVariable DataSource

Example Usage

data "epilot-custom-variable_custom_variable" "my_customvariable" {
  id = "rbse777b-3cf8-4bff-bb0c-253fd1123250"
}

Schema

Required

  • id (String) Custom vairable ID

Read-Only

  • config (String) Parsed as JSON.
  • created_at (String) Creation time
  • created_by (String) Created by
  • helper_logic (String) The helper function logic
  • helper_params (List of String) The helper function parameter's names
  • key (String) The key which is used for Handlebar variable syntax {{"{{"}}key{{"}}"}}
  • name (String) Custom variable name
  • tags (List of String) The tags of custom variable
  • template (String) Handlebar template that used to generate the variable content
  • type (String) Custom variable type
  • updated_at (String) Last update time
  • updated_by (String) Updated by