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 21, 2022
1 parent ee69ec3 commit 5dd3928
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 @@ -47,7 +47,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
- **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)
- **id** (String) The ID of this resource.
- **is_read_only** (Boolean) the value of this variable cannot be edited by lower scopes
Expand Down

0 comments on commit 5dd3928

Please sign in to comment.