resource "aws_elasticache_replication_group" "vnu-prod-global" {
replication_group_id = "vnu-prod-global"
replication_group_description = "vnu-prod-global"
engine = "redis"
port = 6379
number_cache_clusters = 2
node_type = "cache.r3.large"
parameter_group_name = "default.redis2.8"
subnet_group_name = "cache"
}
Error applying plan:
1 error(s) occurred:
* aws_elasticache_replication_group.vnu-prod-global: Error creating Elasticache Replication Group: InvalidParameterCombination: Expected a parameter group of family redis3.2 but found one of family redis2.8 status code: 400, request id: b641791c-be64-11e6-a5d5-4b14bb8e852a
--
This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list.
GitHub Issues: https://github.com/hashicorp/terraform/issues
IRC: #terraform-tool on Freenode
---
You received this message because you are subscribed to the Google Groups "Terraform" group.
To unsubscribe from this group and stop receiving emails from it, send an email to terraform-tool+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/terraform-tool/de7290e1-bce9-447a-89fa-ca5e84baa875%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to terraform-too...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to terraform-tool+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/terraform-tool/aa020ae3-b530-4090-8bcb-253d07fa96ab%40googlegroups.com.