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
@@ -106,6 +99,9 @@ In addition to all arguments above, the following attributes are exported:
106
99
107
100
*`id` - ID of the resource.
108
101
*`create_time` - Create time of the SQL Server instance.
102
+
*`engine_version` - Version of the SQL Server database engine.
103
+
*`ha_type` - Instance type.
104
+
*`project_id` - Project ID.
109
105
*`ro_flag` - Readonly flag. `RO` (read-only instance), `MASTER` (primary instance with read-only instances). If it is left empty, it refers to an instance which is not read-only and has no RO group.
110
106
*`status` - Status of the SQL Server instance. 1 for applying, 2 for running, 3 for running with limit, 4 for isolated, 5 for recycling, 6 for recycled, 7 for running with task, 8 for off-line, 9 for expanding, 10 for migrating, 11 for readonly, 12 for rebooting.
0 commit comments