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

high-morning-18773

10/14/2019, 6:03 PM
hmm i think i figured out the issue had to read up on pulumi outputs
Copy code
passociationname = psubnet.id.apply(lambda id: id + "route_table_association")
this works
👍 1