I am creating subnets dynamically and would like t...
# general
d
I am creating subnets dynamically and would like to use those subnet during cluster creation. But getting the error. Do you know if its still possible to use Dynamically generated subnets during cluster creation
d
You need to have your
subnets
code before the Cluster code. You'll also need expand the list;
Copy code
subject_ids=[s.id for s in subnets]