Skip to content

Commit

Permalink
Merge branch 'release/0.3.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
Maurizio Branca committed Aug 7, 2017
2 parents 4c3b30f + d61a94a commit 8ba4af0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions modules/data-stores/elasticache-redis-cluster/main.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

terraform {
required_version = ">= 0.9, < 0.10"
}
Expand Down
1 change: 1 addition & 0 deletions modules/data-stores/elasticache-redis-cluster/outputs.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

/**
* Outputs.
*/
Expand Down
5 changes: 3 additions & 2 deletions modules/data-stores/elasticache-redis-cluster/vars.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

/**
* Required Variables.
*/
Expand Down Expand Up @@ -54,8 +55,8 @@ variable "parameter_group_name" {
}

variable "node_type" {
description = "The compute and memory capacity of the nodes in the node group."
default = "cache.m3.medium"
description = "The compute and memory capacity of the nodes in the node group. See https://aws.amazon.com/elasticache/pricing/ for the list of available node types."
default = "cache.t2.micro"
}

variable "automatic_failover_enabled" {
Expand Down

0 comments on commit 8ba4af0

Please sign in to comment.