This template creates a route table for the specified VPC (vpc-123456). The route table is tagged with a key-value pair of 'stack: production'.

CloudFormation Template

AWSTemplateFormatVersion: '2010-09-09'
Description: Cfn Template by CloudAdvisor
Parameters: {}
Resources: {}
Outputs: {}
Conditions: {}
Mappings: {}
Metadata: {}