0
0
llucycodes42
The code creates an association between a resource and a route table. When you create an association, your route table becomes the resource's default route table. AWS then uses this association to determine the route table that AWS should use when processing requests for the resource.
Shortcut: tf_aws_main_route_table_association
resource "aws_main_route_table_association" "${MyAWSResource}" {
}