{{! Copyright (c) HashiCorp, Inc. SPDX-License-Identifier: BUSL-1.1 }}
{{#if this.version.isEnterprise}} Change billing period {{this.formattedDate @billingStartTime}} {{#if this.historicalBillingPeriods.length}} {{#each this.historicalBillingPeriods as |period idx|}} {{this.formattedDate period}} {{/each}} {{/if}} {{else}} {{#unless (and this.startDate this.endDate)}} {{/unless}} {{/if}}
{{#if @showEditModal}} Edit date range

Use custom date ranges to query historic client count data. Query results do not include the current month.

  • Start sets the month and year (inclusive) for the first month of client counting.
  • End sets the month and year (inclusive) for the final month of client counting.

We recommend setting Start to your Vault deploy date to get the most accurate new and total client count estimations.

Start
End
{{#if this.validationError}} {{this.validationError}} {{/if}}
{{/if}}