I am trying to create a non-default transit gateway route table, and then add static routes.
The AWS resources are confusing me. The “aws_ec2_transit_gateway_route_table_association” doesn’t have a CIDR attribute and the “aws_ec2_transit_gateway_route” resource has a CIDR attribute, but the “transit_gateway_route_table_id = aws_ec2_transit_gateway.example.association_default_route_table_id” references only the default route table.
How do I create a non-default route table and add a static routes to it?