terraforming
terraforming copied to clipboard
Resource names for resource aws_route_table are not unique
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.
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!!