terraform-community-modules / tf_aws_vpc

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

remove tags from aws_elasticache_subnet_group stanza #46

Closed lucidaeon closed 7 years ago

lucidaeon commented 7 years ago

was getting

> terraform plan
1 error(s) occurred:

* module.tf_aws_vpc.aws_elasticache_subnet_group.elasticache: : invalid or unknown key: tags

looks like tags are not a valid argument - https://www.terraform.io/docs/providers/aws/r/elasticache_subnet_group.html

antonbabenko commented 7 years ago

Thanks. I wish we do more automated tests, and not solely rely on own pair of eyes :)