iann0036 / AWSConsoleRecorder

Records actions made in the AWS Management Console and outputs the equivalent CLI/SDK commands and CloudFormation/Terraform templates.
MIT License
1.42k stars 87 forks source link

creating a route table not working #30

Closed ustrahlendorf closed 5 years ago

ustrahlendorf commented 5 years ago

Service EC2

API Calls / Actions create-route-table

CloudFormation Resource Types AWS::EC2::RouteTable

Additional Information seems that creating a route-table is not implemented, did not find it as recorded action either in CFN nor in the CLI or Boto3 output Could also be a bug.

iann0036 commented 5 years ago

Hi there,

Looks like that particular console area has changed slightly. The fix will be available in version 0.3.20.

Thanks for raising!

ustrahlendorf commented 5 years ago

Thanks Ian