Skip to content

Commit

Permalink
fix #10946 (#12957)
Browse files Browse the repository at this point in the history
  • Loading branch information
cloutier authored Aug 12, 2021
1 parent 8929f55 commit 02e8617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/redis_enterprise_database.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ resource "azurerm_redis_enterprise_cluster" "example" {
}
resource "azurerm_redis_enterprise_database" "example" {
name = "example-database"
name = "default"
resource_group_name = azurerm_resource_group.example.name
cluster_id = azurerm_redis_enterprise_cluster.example.id
Expand Down

0 comments on commit 02e8617

Please sign in to comment.