diff --git a/env0/resource_custom_role.go b/env0/resource_custom_role.go index 865b9b1a..7270e7af 100644 --- a/env0/resource_custom_role.go +++ b/env0/resource_custom_role.go @@ -46,6 +46,7 @@ func resourceCustomRole() *schema.Resource { "VIEW_ENVIRONMENT", "ASSIGN_ROLE_ON_ENVIRONMENT", "EDIT_ALLOW_REMOTE_APPLY", + "EDIT_VCS_ENVIRONMENT", } allowedCustomRoleTypesStr := fmt.Sprintf("(allowed values: %s)", strings.Join(allowedCustomRoleTypes, ", "))