From 9ec7f65d7236c896771881853cd8c084a0305148 Mon Sep 17 00:00:00 2001 From: Liran Farage Date: Tue, 21 Jun 2022 18:33:48 +0300 Subject: [PATCH] Chore: Update configuration.environmentId docs --- env0/resource_configuration_variable.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/env0/resource_configuration_variable.go b/env0/resource_configuration_variable.go index d6d0b1d2..30f479b5 100644 --- a/env0/resource_configuration_variable.go +++ b/env0/resource_configuration_variable.go @@ -62,7 +62,7 @@ func resourceConfigurationVariable() *schema.Resource { }, "environment_id": { Type: schema.TypeString, - Description: "create the variable under this environment, not globally", + Description: "create the variable under this environment, not globally. Make sure to 'ignore changes' on environment.configuration to prevent drifts", Optional: true, ConflictsWith: []string{"template_id", "project_id", "is_required", "is_read_only"}, ForceNew: true,