diff --git a/.teamcity/components/settings.kt b/.teamcity/components/settings.kt index 7f4e7272283f..9d26d0d210be 100644 --- a/.teamcity/components/settings.kt +++ b/.teamcity/components/settings.kt @@ -71,7 +71,7 @@ var serviceTestConfigurationOverrides = mapOf( "customproviders" to testConfiguration(locationOverride = LocationConfiguration("eastus", "westus2", "westeurope", true)), // Dashboard is only available in certain locations - "dashboard" to testConfiguration(locationOverride = LocationConfiguration("westeurope", "westus2", "eastus2", false)), + "dashboard" to testConfiguration(locationOverride = LocationConfiguration("eastus", "westus2", "eastus2", false)), // Datadog is available only in WestUS2 region "datadog" to testConfiguration(locationOverride = LocationConfiguration("westus2", "westus2", "centraluseuap", false)), diff --git a/website/docs/r/dashboard_grafana.html.markdown b/website/docs/r/dashboard_grafana.html.markdown index 48b57cea26f8..5159b28213f9 100644 --- a/website/docs/r/dashboard_grafana.html.markdown +++ b/website/docs/r/dashboard_grafana.html.markdown @@ -60,7 +60,7 @@ The following arguments are supported: - `public_network_access_enabled` - (Optional) Whether to enable traffic over the public interface. Defaults to `true`. -- `sku` - (Optional) The name of the SKU used for the Grafana instance. The only possible value is `Standard`. Defaults to `Standard`. Changing this forces a new Dashboard Grafana to be created. +- `sku` - (Optional) The name of the SKU used for the Grafana instance. Possible values are `Standard` and `Essential`. Defaults to `Standard`. Changing this forces a new Dashboard Grafana to be created. - `tags` - (Optional) A mapping of tags which should be assigned to the Dashboard Grafana.