Tenant Overrides
SKU details can be overridden at a per tenant level using tenant level overrides. These settings are specific to each tenant and will not impact the details of the SKU for other tenants. In this guide, you will learn how to do the following as a "SKU Designer" at a cloud provider.
- Set a different currency and pricing for a tenant using a tenant override
-
Validate whether override is enabled for the tenant
-
In your Default Org, navigate to System -> Global Settings
- Add YAML similar to the following example, being sure to update the name of the tenant, profile name and other profile specific details.
Info
In this case, the updated currency details associated with the profile will only apply to the specific named tenant.
tenants:
- name: <TENANT_NAME>
profiles:
- name: <PROFILE_NAME>
billing:
currency:
- EUR
dimensions:
- memory
- cpu
ratecard:
memory:
- price: 4
time_unit: h
currency: EUR
base_unit: 1024
cpu:
- price: 2
time_unit: h
currency: EUR
base_unit: 1000
- Click Save