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"},