sparse-intern-71089
04/28/2023, 5:43 AMcreamy-monkey-35142
05/03/2023, 8:06 AMprogram_subnet.py
into Class and create a function like `vpc_subnet(vpc_id,cidr)`then at program_vpc.py just import this class and call function after vpc createcreamy-monkey-35142
05/03/2023, 8:07 AMpulumi.export("vpc1_id", vpc1.id)
pulumi.export("vpc2_id", vpc2.id)
as array export, so in next python file you can refer value without write so many export line