flaky-arm-38472
08/18/2022, 8:24 AMNOTE on Route Tables and Routes: This provider currently provides both a standalone Route resource and a Route Table resource with routes defined in-line. At this time you cannot use a Route Table with in-line routes in conjunction with any Route resources. Doing so will cause a conflict of rule settings and will overwrite rules.
But importing ec2.RouteTable resources automatically attach the Routes as inline.
Does it mean that I can not create more individual routes using ec2.Route because then it will override the ones already imported on the ec2.RouteTable (because those are inline)?.billowy-army-68599
08/19/2022, 12:03 AMflaky-arm-38472
08/23/2022, 8:58 AM