0
0
llucycodes42
The code creates a new table in the AWS Resource called Default Route Table. The table contains the default route information for all the resources in the MyAWSResource.
Shortcut: tf_aws_default_route_table
resource "aws_default_route_table" "${MyAWSResource}" {
}