From 5dd392879216c43b2b3f8c3f96b0abbe2c50c6d3 Mon Sep 17 00:00:00 2001 From: update generated docs action Date: Tue, 21 Jun 2022 15:55:56 +0000 Subject: [PATCH] Update docs --- docs/resources/configuration_variable.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/resources/configuration_variable.md b/docs/resources/configuration_variable.md index 7bf81568..a9b7c4f2 100644 --- a/docs/resources/configuration_variable.md +++ b/docs/resources/configuration_variable.md @@ -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