Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
update generated docs action committed Jun 5, 2024
1 parent d5d18eb commit bec1205
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/resources/configuration_variable.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions docs/resources/environment_import.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bec1205

Please sign in to comment.