terraform-community-modules / tf_aws_vpc

[DEPRECATED] Use https://github.com/terraform-aws-modules/terraform-aws-vpc
Other
211 stars 203 forks source link

add elasticache / elasticache group creation as an option #45

Closed while1eq1 closed 7 years ago

while1eq1 commented 7 years ago

Changes introduces by this PR

When building a VPC you may require to add Elasticache instances into your infrastructure. This might require isolated private subnet groups apart from the existing ones. Below are the changes introduced by this PR.

Provide output for the following:

module "vpc" {
...
  elasticache_subnets   = ["10.0.90.0/24", "10.0.91.0/24", "10.0.92.0/24"]
....
}

Terraform will only provision these resources only when the variable elasticache_subnets is provided.

antonbabenko commented 7 years ago

LGTM, thank you.

antonbabenko commented 7 years ago

https://github.com/terraform-community-modules/tf_aws_vpc/releases/tag/v1.0.4 - new release has been taged