Hi, I want to initialize postgresdb using Pulumi. ...
# azure
f
Hi, I want to initialize postgresdb using Pulumi. The creation of the db was successful. There is an AzurePowerShellscipt resource in Pulumi, and I thought it could be useful. The shell runs a Python script with arguments (db_name, server_name, user, token as password,...). I have tried it but got a parsing error. Did anyone do something similar? Any tips or suggestions are welcome :)