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 Mar 1, 2024
1 parent 32db3a2 commit 620edef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/resources/configuration_variable.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ resource "env0_configuration_variable" "json_variable" {
- `description` (String) a description of the variables
- `enum` (List of String) limit possible values to values from this list
- `environment_id` (String) create the variable under this environment, not globally. Make sure to 'ignore changes' on environment.configuration to prevent drifts
- `format` (String) specifies the format of the configuration value (HCL/JSON)
- `format` (String) specifies the format of the configuration value ('HCL' or 'JSON'). If none is specified, 'JSON' and 'HCL' values will be considered to be a 'string' (text) type
- `is_read_only` (Boolean) the value of this variable cannot be edited by lower scopes
- `is_required` (Boolean) the value of this variable must be set by lower scopes
- `is_sensitive` (Boolean) is the variable sensitive, defaults to false
Expand Down

0 comments on commit 620edef

Please sign in to comment.