terraform-community-modules / tf_aws_vpc

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

Added variable to control if db_subnet_group should be created. #71

Closed michalschott closed 7 years ago

michalschott commented 7 years ago

Tried to combine this module with https://github.com/terraform-community-modules/tf_aws_rds - noticed that there are two db_subnet_group resources created.

Added an extra control switch to resolve the issue.