Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 910 Bytes

File metadata and controls

36 lines (27 loc) · 910 Bytes
page_title epilot-environment_environment_variable Data Source - terraform-provider-epilot-environment
subcategory
description EnvironmentVariable DataSource

epilot-environment_environment_variable (Data Source)

EnvironmentVariable DataSource

Example Usage

data "epilot-environment_environment_variable" "my_environmentvariable" {
  key = "...my_key..."
}

Schema

Required

  • key (String) Environment variable key

Read-Only

  • created_at (String)
  • description (String)
  • group (String) Optional group name for organising variables in the UI
  • protected (Boolean) Whether the variable is protected from editing
  • type (String)
  • updated_at (String)
  • value (String) Value is returned for String type, omitted for SecretString