Skip to content

Commit

Permalink
[TestCase] Fix TestAccDashboardGrafana_withSku (#24128)
Browse files Browse the repository at this point in the history
  • Loading branch information
neil-yechenwei authored Dec 7, 2023
1 parent 03787a8 commit 12e0a2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .teamcity/components/settings.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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)),
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/dashboard_grafana.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 12e0a2a

Please sign in to comment.