sparse-intern-71089
04/22/2022, 2:13 PMfast-spoon-69536
04/22/2022, 5:27 PMegress_vpc_fw_public_subnet_rtb = aws.ec2.RouteTable(custom_tags['Name'],
vpc_id=egress_vpc.id,
tags=custom_tags,
opts=ResourceOptions(depends_on=[tgw, egress_igw, egress_vpc]))
route1 = aws.ec2.Route("route1",
route_table_id=egress_vpc_fw_public_subnet_rtb.id,
destination_cidr_block="0.0.0.0/0",
gateway_id=egress_igw.id,
opts=pulumi.ResourceOptions(depends_on=[egress_vpc_fw_public_subnet_rtb]))
No matter how you like to participate in developer communities, Pulumi wants to meet you there. If you want to meet other Pulumi users to share use-cases and best practices, contribute code or documentation, see us at an event, or just tell a story about something cool you did with Pulumi, you are part of our community.
Powered by