provider-aws
provider-aws copied to clipboard
RouteTable routes are deleting
Hi
I am using a combination of the RouteTable
and Route
resources but the route added using the Route
resource are getting deleted by the RouteTable
resource. Only the routes added in the RouteTable
resource persist. I added ignoreRoutes as well in RouteTable
resource.
RouteTable Resource
Route Resource
Route added
Route deleted
Can you remove complete Routes in RouteTable and use only Route resource ? Does this make a difference ?
@haarchri It works, thank you for the quick response.