Skip to content

Commit eb792a3

Browse files
committed
update description
1 parent fc9b03b commit eb792a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

env0/resource_vcs_connection.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ func resourceVcsConnection() *schema.Resource {
3939
"url": {
4040
Type: schema.TypeString,
4141
Required: true,
42-
Description: "URL of the VCS server",
42+
Description: "URL of the VCS server. This can either be a 'VCS URL' (e.g.: https://github.com) or 'Repository URL' (E.g.: https://github.com/env0/myrepo)",
4343
ValidateDiagFunc: ValidateUrl,
4444
},
4545
"vcs_agent_key": {

0 commit comments

Comments
 (0)