diff --git a/gcp/table_gcp_sql_database_instance.go b/gcp/table_gcp_sql_database_instance.go index 9f6206ba..e117c5a2 100644 --- a/gcp/table_gcp_sql_database_instance.go +++ b/gcp/table_gcp_sql_database_instance.go @@ -55,6 +55,11 @@ func tableGcpSQLDatabaseInstance(ctx context.Context) *plugin.Table { Description: "The time when the instance was created.", Type: proto.ColumnType_TIMESTAMP, }, + { + Name: "database_installed_version", + Description: "Specifies the current database version running on the instance including minor version such as MYSQL_8_0_18.", + Type: proto.ColumnType_STRING, + }, { Name: "database_version", Description: "Specifies the type and version of the database engine.", @@ -262,6 +267,11 @@ func tableGcpSQLDatabaseInstance(ctx context.Context) *plugin.Table { Type: proto.ColumnType_TIMESTAMP, Transform: transform.FromField("ScheduledMaintenance.StartTime"), }, + { + Name: "maintenance_version", + Description: "The current software version on the instance.", + Type: proto.ColumnType_STRING, + }, { Name: "authorized_gae_applications", Description: "A list of App Engine app IDs, that can access this instance.",