From 94838e07067a67cc6eef1c2cf1ba78cdb97b98f5 Mon Sep 17 00:00:00 2001 From: Andrew Way Date: Tue, 25 Jul 2023 09:49:05 -0700 Subject: [PATCH] add a description note for resource custom_flow name field (#684) --- env0/resource_custom_flow.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/env0/resource_custom_flow.go b/env0/resource_custom_flow.go index f7550e90..10fb9e05 100644 --- a/env0/resource_custom_flow.go +++ b/env0/resource_custom_flow.go @@ -28,7 +28,7 @@ func resourceCustomFlow() *schema.Resource { }, "name": { Type: schema.TypeString, - Description: "name for the custom flow", + Description: "name for the custom flow. note: for the UI to render the custom-flow please use `project-`", Required: true, }, "repository": {