From c4e41091449ef209adc2dcdf284c51843cb302e7 Mon Sep 17 00:00:00 2001 From: Tomer Heber Date: Tue, 28 May 2024 08:24:08 -0500 Subject: [PATCH] Chore: update env0_environment.revision documentation (#863) --- env0/resource_environment.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/env0/resource_environment.go b/env0/resource_environment.go index 50f8ff85..3ff3f99f 100644 --- a/env0/resource_environment.go +++ b/env0/resource_environment.go @@ -183,7 +183,7 @@ func resourceEnvironment() *schema.Resource { }, "revision": { Type: schema.TypeString, - Description: "the revision the environment is to be run against", + Description: "the revision the environment is to be run against. Please note that changing this attribute will require environment redeploy", Optional: true, Computed: true, ConflictsWith: []string{"without_template_settings"},