This message was deleted.
# general
s
This message was deleted.
d
I took a look at the REST API docs, and I think
settings.version
may relate to something else. It looks like you can specify the minor version for mysql through the
database_version
string from these values: https://cloud.google.com/sql/docs/mysql/admin-api/rest/v1/SqlDatabaseVersion
so in your case, you'd use
database_version="MYSQL_8_0_26"
s
Ah, good point thanks @dry-keyboard-94795 I wasn't sure if I could be explicit in database_version as https://www.pulumi.com/registry/packages/gcp/api-docs/sql/databaseinstance/#state_database_version_python supported values only include generic major releases. I appreciate your input. I'll ping back here when I get a chance to test and verify with a specific version.