From bec12058a9b049e28ee8d27ba92629f2837c0c57 Mon Sep 17 00:00:00 2001 From: update generated docs action Date: Wed, 5 Jun 2024 14:24:38 +0000 Subject: [PATCH] Update docs --- docs/resources/configuration_variable.md | 1 + docs/resources/environment_import.md | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/resources/configuration_variable.md b/docs/resources/configuration_variable.md index b7db8f70..fe97e666 100644 --- a/docs/resources/configuration_variable.md +++ b/docs/resources/configuration_variable.md @@ -54,6 +54,7 @@ resource "env0_configuration_variable" "json_variable" { - `is_sensitive` (Boolean) is the variable sensitive, defaults to false - `project_id` (String) create the variable under this project, not globally - `regex` (String) the value of this variable must match provided regular expression (enforced only in env0 UI) +- `soft_delete` (Boolean) soft delete the configuration variable, once removed from the configuration it won't be deleted from env0 - `template_id` (String) create the variable under this template, not globally - `type` (String) default 'environment'. set to 'terraform' to create a terraform variable - `value` (String, Sensitive) value for the configuration variable diff --git a/docs/resources/environment_import.md b/docs/resources/environment_import.md index fcb511f8..5e559e3d 100644 --- a/docs/resources/environment_import.md +++ b/docs/resources/environment_import.md @@ -37,6 +37,7 @@ resource "env0_environment_import" "new_environment_import" { - `path` (String) path to the tofu configuration - `repository` (String) repository of the environment - `revision` (String) revision of the environment +- `soft_delete` (Boolean) soft delete the configuration variable, once removed from the configuration it won't be deleted from env0 - `workspace` (String) workspace of the environment ### Read-Only