To give more details about the usecase: When I upd...
# general
b
To give more details about the usecase: When I update the
max_prepared_transactions
configuration of an Azure PostgresSQL server, I have to restart the database. Neither pulumi nor terraform seems to be able to restart the database. So I want to know if this resource (
azure.postgresql.Configuration
) has been created during the
pulumi up
and if true, trigger a manual restart outside of pulumi.
s
It seems to be an unsolved problem, yet. Best you add your use-case in the issue: https://github.com/pulumi/pulumi/issues/99
b
🆗 1