Hi Everyone. Is anyone actively working on a Pulum...
# general
c
Hi Everyone. Is anyone actively working on a Pulumi implementation of Azure Landing Zones, subscription vending, and AVM-aligned modules? Microsoft publishes these in Bicep/Terraform, but I haven’t found a curated Pulumi library.
s
Hi @creamy-mouse-35947, I'm not sure if we're actively working on a pulumi implementation yet, but if there's a terraform module, you can ingest that into a pulumi program https://www.pulumi.com/docs/iac/build-with-pulumi/use-terraform-module/
c
Thanks @steep-plastic-74107 I think it would be very useful to create a collection of IaC building blocks based on real-world architecture patterns and standards, so that people can easily reuse them with built-in cloud best practices and guardrails. Microsoft is already working on AVM modules for this purpose, but they are currently only available in Bicep and Terraform. I was wondering if there is any active project aiming to do something similar with Pulumi.