diff --git a/env0/resource_custom_role.go b/env0/resource_custom_role.go index 0c9183b0..e14cce24 100644 --- a/env0/resource_custom_role.go +++ b/env0/resource_custom_role.go @@ -40,6 +40,7 @@ func resourceCustomRole() *schema.Resource { "MANAGE_BILLING", "VIEW_AUDIT_LOGS", "MANAGE_ENVIRONMENT_LOCK", + "CREATE_VCS_ENVIRONMENT", } allowedCustomRoleTypesStr := fmt.Sprintf("(allowed values: %s)", strings.Join(allowedCustomRoleTypes, ", "))