Skip to content

Commit

Permalink
Cleaned indentation of example
Browse files Browse the repository at this point in the history
  • Loading branch information
SamClinckspoor committed Jun 9, 2015
1 parent c79d821 commit c22f271
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ resource "aws_elasticache_parameter_group" "default" {
family = "redis2.8"
description = "Cache cluster default param group"
parameter {
name = "activerehashing"
value = "yes"
}
parameter {
name = "min-slaves-to-write"
value = "2"
parameter {
name = "activerehashing"
value = "yes"
}
parameter {
name = "min-slaves-to-write"
value = "2"
}
}
```
Expand Down

0 comments on commit c22f271

Please sign in to comment.