Skip to content

Commit

Permalink
Update env0/resource_template.go
Browse files Browse the repository at this point in the history
Co-authored-by: Omry Hay <[email protected]>
  • Loading branch information
eranelbaz and omry-hay authored Aug 9, 2021
1 parent 3e29164 commit f7a5fea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion env0/resource_template.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ func resourceTemplate() *schema.Resource {
},
"token_id": {
Type: schema.TypeString,
Description: "The token id used for private git repos or for integration with GitLab, you can get it by using data resource on existing template or contact us",
Description: "The token id used for private git repos or for integration with GitLab, you can get this value by using data resource of an existing Gitlab template or contact our support team",
Optional: true,
},
"gitlab_project_id": {
Expand Down

0 comments on commit f7a5fea

Please sign in to comment.