Skip to content

Commit

Permalink
add a description note for resource custom_flow name field (#684)
Browse files Browse the repository at this point in the history
  • Loading branch information
away168 authored Jul 25, 2023
1 parent 5e8a7a1 commit 94838e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion env0/resource_custom_flow.go
Original file line number Diff line number Diff line change
Expand Up @@ -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-<project.id>`",
Required: true,
},
"repository": {
Expand Down

0 comments on commit 94838e0

Please sign in to comment.