https://pulumi.com logo
#python
Title
p

proud-artist-4864

03/10/2019, 10:42 AM
lol, sorry for spamming, but yet another issue with get_x, this time get_route_tables (note plural). I want to add a route to a number of route tables that already exist. So I want to do something like: for t in get_route_tables(vpc_id = vpc.id): ec2.Route(… route_table_id = t.id, … )