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 May 10, 2022
1 parent caf4157 commit 6db265e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/data-sources/configuration_variable.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ output "aws_default_region" {
- **is_required** (Boolean) specifies if the value of this variable must be set by lower scopes
- **name** (String) the name of the configuration variable
- **project_id** (String) search for the variable under this project, not globally
- **regex** (String) specifies a regular expression to validate variable value in UI
- **regex** (String) specifies a regular expression to validate variable value (enforced only in env0 UI)
- **template_id** (String) search for the variable under this template, not globally
- **type** (String) 'terraform' or 'environment'. If specified as an argument, limits searching by variable name only to variables of this type.

Expand Down
2 changes: 1 addition & 1 deletion docs/resources/configuration_variable.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ resource "env0_configuration_variable" "json_variable" {
- **is_required** (Boolean) the value of this variable must be set by lower scopes
- **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
- **regex** (String) the value of this variable must match provided regular expression (enforced only in env0 UI)
- **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

0 comments on commit 6db265e

Please sign in to comment.