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: "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.",
151
150
},
151
+
"tags": {
152
+
Type: schema.TypeMap,
153
+
Computed: true,
154
+
Description: "Tags of the SQL Server instance.",
155
+
},
152
156
},
153
157
},
154
158
},
@@ -162,7 +166,9 @@ func dataSourceTencentCloudSqlserverInstanceRead(d *schema.ResourceData, meta in
Description: "Node information list, which is used to describe the specification information of various types of nodes in the cluster, such as node type, node quantity, node specification, disk type, and disk size.",
161
160
Elem: &schema.Resource{
162
161
Schema: map[string]*schema.Schema{
@@ -463,7 +462,7 @@ func resourceTencentCloudElasticsearchInstanceUpdate(d *schema.ResourceData, met
463
462
instanceName:=d.Get("instance_name").(string)
464
463
// Update operation support at most one item at the same time
Description: "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.",
116
117
},
118
+
"tags": {
119
+
Type: schema.TypeMap,
120
+
Optional: true,
121
+
Description: "The tags of the SQL Server.",
122
+
},
117
123
}
118
124
}
119
125
@@ -189,8 +195,10 @@ func resourceTencentCloudSqlserverInstanceCreate(d *schema.ResourceData, meta in
0 commit comments