Progressing from my earlier question, I’m running ...
# python
l
Progressing from my earlier question, I’m running into an issue setting up a route table in an AWS VPC with this configuration:
rt = ec2.RouteTable('new-rt', vpc_id = vpc.id, routes = [{'gateway_id': igw.id}])
Got past preview, and created 7 of 10 resources. Then:
Copy code
* creating urn:pulumi:dev::vpc-with-ec2::aws:ec2/routeTable:RouteTable::new-rt: MissingParameter: The request must contain the parameter destinationCidrBlock or destinationIpv6CidrBlock