change the node_type to smaller size (#7218)

This commit is contained in:
Thomas Reggi 2016-06-17 16:53:45 -04:00 committed by Clint
parent 2a2f7cbc52
commit fe540b408f
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ brief downtime as the server reboots. See the AWS Docs on
resource "aws_elasticache_cluster" "bar" {
cluster_id = "cluster-example"
engine = "memcached"
node_type = "cache.m1.small"
node_type = "cache.t2.micro"
port = 11211
num_cache_nodes = 1
parameter_group_name = "default.memcached1.4"