| page_title | epilot-environment_environment_variable Data Source - terraform-provider-epilot-environment |
|---|---|
| subcategory | |
| description | EnvironmentVariable DataSource |
EnvironmentVariable DataSource
data "epilot-environment_environment_variable" "my_environmentvariable" {
key = "...my_key..."
}key(String) Environment variable key
created_at(String)description(String)group(String) Optional group name for organising variables in the UIprotected(Boolean) Whether the variable is protected from editingtype(String)updated_at(String)value(String) Value is returned for String type, omitted for SecretString