Hello, I'm working with Azure and creating simple lab environments for my team to use for testing/whatnot. I would like Pulumi to assign a subnet for each lab so they are segregated at least a bit. I asked the Pulumi AI: "In Azure, is there a way to assign the next subnet without knowing the subnet?"
It spit out code that looks reasonable so I am testing it and I think there is something goofy going on. I will 100% chalk this up to my lack of knowledge of the inner workings of either Pulumi or Python (both are possible).