You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: "The version number of the database engine to use. Supported versions include 5.5/5.6/5.7/8.0, and default is 5.7.",
257
+
Description: "The version number of the database engine to use. Supported versions include 5.5/5.6/5.7/8.0, and default is 5.7. Upgrade the instance engine version to support 5.6/5.7 and switch immediately.",
258
+
},
259
+
"upgrade_subversion": {
260
+
Type: schema.TypeInt,
261
+
Optional: true,
262
+
Description: "Whether it is a kernel subversion upgrade, supported values: 1 - upgrade the kernel subversion; 0 - upgrade the database engine version. Only need to fill in when upgrading kernel subversion and engine version.",
263
+
},
264
+
"max_deay_time": {
265
+
Type: schema.TypeInt,
266
+
Optional: true,
267
+
Description: "Latency threshold. Value range 1~10. Only need to fill in when upgrading kernel subversion and engine version.",
259
268
},
260
269
261
270
"availability_zone": {
@@ -1085,6 +1094,53 @@ func mysqlAllInstanceRoleUpdate(ctx context.Context, d *schema.ResourceData, met
0 commit comments