Hi all, i filled a bug (
https://github.com/pulumi/pulumi-gcp/issues/2088) because the
SslMode property (part of the ipConfiguration) of gcp.sql.DatabaseInstance resource is missing in pulumi... alltough documented.. (
https://www.pulumi.com/registry/packages/gcp/api-docs/sql/databaseinstance/#sslmode_nodejs) if i change the cloudsql SslMode via de google cloud console manualy.. its get reverted whenever i do a pulumi deploy. although the Sslmode is not managed by pulumi (i dont see the property in the statefile). Does someone have a workaround for this? because we need to change the sslmode , and still need to manage our db instance with pulumi for other properties... (it looks like google defaults to a TRUSTED_CLIENT_CERTIFICATE_REQUIRED SslMode everytime you update the cloud sql instance)