terraforming icon indicating copy to clipboard operation
terraforming copied to clipboard

Resource names for resource aws_route_table are not unique

Open nabarunchatterjee opened this issue 7 years ago • 1 comments

As AWS does not restrict same names for route_tables. There is a chance that the tf file generated for terraforming rt will not be valid as it will have name collision, which is not allowed by terraform.

Simple way out is to append the vpc if to the resource name.

Will send PR if I get some time.

nabarunchatterjee avatar Mar 01 '17 13:03 nabarunchatterjee

Why is this still open? It seems like a problem with many other resource types like ec2 as well. The bug was raised in 2017 over a year ago!!

pkr1234 avatar Jul 17 '18 13:07 pkr1234