File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments