Skip to content

Commit

Permalink
Typo on redis_configuration snippet (#1688)
Browse files Browse the repository at this point in the history
Under 'Argument Reference', there is a typo on the redis_configuration snippet.
  • Loading branch information
iakko authored and tombuildsstuff committed Jul 31, 2018
1 parent 155dc70 commit 878e8ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/redis_cache.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ resource "azurerm_redis_cache" "test" {

```hcl
redis_configuration {
maxmemory_reserve = 10
maxmemory_reserved = 10
maxmemory_delta = 2
maxmemory_policy = "allkeys-lru"
}
Expand Down

0 comments on commit 878e8ed

Please sign in to comment.