Hi there. Just starting with Pulumi and considerin...
# general
g
Hi there. Just starting with Pulumi and considering using it in our company. We're an Azure Cloud shop and make use of Golang a lot. I followed the tutorial to get Azure Container Apps working and it worked perfectly. Was a very nice experience! I then tried to create a Postgres instance and hit a problem: it appear to be this one -- https://github.com/pulumi/pulumi-azure-native/issues/1553 Also, looking at the documentation here -- https://www.pulumi.com/registry/packages/azure-native/api-docs/dbforpostgresql/server/ -- the example Go code is invalid (the reference to
pulumi.Any{
). Does anybody know a sane workaround here? Right now I see this as a blocker for us, I've not found a sane way to work around this bug/limitation.