chilly-caravan-8120
10/16/2024, 1:28 PMget_next_subnet_prefix
function on the first line. The error output I get is:
Diagnostics:
pulumi:pulumi:Stack (CS-DEL-SS-dev):
error: Program failed with an unhandled exception:
Traceback (most recent call last):
File "/home/cs_admin/repos/pulumi-cs-builds/CS-DEL-SS/./__main__.py", line 42, in get_next_subnet_prefix
existing_subnets = myvnet.subnets.apply(
AttributeError: 'list' object has no attribute 'apply'
adventurous-butcher-54166
10/17/2024, 10:57 AMapply()
directly on that. Here's a solution that will achieve what you're after.chilly-caravan-8120
10/17/2024, 11:58 AM