Skip to content

Commit cc07088

Browse files
author
update generated docs action
committed
Update docs
1 parent 4258aba commit cc07088

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/resources/environment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Optional:
106106

107107
- `description` (String) description for the variable
108108
- `is_read_only` (Boolean) is the variable read only
109-
- `is_required` (Boolean) is the variable required
109+
- `is_required` (Boolean, Deprecated) is the variable required
110110
- `is_sensitive` (Boolean) should the variable value be hidden
111111
- `regex` (String) the value of this variable must match provided regular expression (enforced only in env0 UI)
112112
- `schema_enum` (List of String) a list of possible variable values
@@ -145,7 +145,7 @@ Optional:
145145

146146
- `description` (String) description for the variable
147147
- `is_read_only` (Boolean) is the variable read only
148-
- `is_required` (Boolean) is the variable required
148+
- `is_required` (Boolean, Deprecated) is the variable required
149149
- `is_sensitive` (Boolean) should the variable value be hidden
150150
- `regex` (String) the value of this variable must match provided regular expression (enforced only in env0 UI)
151151
- `schema_enum` (List of String) a list of possible variable values

0 commit comments

Comments
 (0)