Second question - I am trying to create the Postgr...
# golang
s
Second question - I am trying to create the PostgreSQL flexible server on Azure. Using the example given, I get the following error: dbforpostgresql.ServerPropertiesForDefaultCreate{} (type dbforpostgresql.ServerPropertiesForDefaultCreate) as type pulumi.Input in field value: dbforpostgresql.ServerPropertiesForDefaultCreate does not implement pulumi.Input (missing ElementType method) Looking up this error I stumbled upon these issues (which are from February and onward and still opened): https://github.com/pulumi/pulumi-azure-native/issues/1553 https://github.com/pulumi/pulumi/issues/8918 https://github.com/pulumi/pulumi-azure-native/issues/1578 Was there any progress on this? Or am I supposed to use the Azure classic?