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: "Version of the SQL Server basic database engine. Allowed values are `2008R2`(SQL Server 2008 Enerprise), `2012SP3`(SQL Server 2012 Enterprise), `2016SP1` (SQL Server 2016 Enterprise), `201602`(SQL Server 2016 Standard) and `2017`(SQL Server 2017 Enterprise). Default is `2008R2`.",
90
+
Description: "Version of the SQL Server basic database engine. Allowed values are `2008R2`(SQL Server 2008 Enterprise), `2012SP3`(SQL Server 2012 Enterprise), `2016SP1` (SQL Server 2016 Enterprise), `201602`(SQL Server 2016 Standard) and `2017`(SQL Server 2017 Enterprise). Default is `2008R2`.",
Description: "Version of the SQL Server database engine. Allowed values are `2008R2`(SQL Server 2008 Enerprise), `2012SP3`(SQL Server 2012 Enterprise), `2016SP1` (SQL Server 2016 Enterprise), `201602`(SQL Server 2016 Standard) and `2017`(SQL Server 2017 Enterprise). Default is `2008R2`.",
84
+
Description: "Version of the SQL Server database engine. Allowed values are `2008R2`(SQL Server 2008 Enterprise), `2012SP3`(SQL Server 2012 Enterprise), `2016SP1` (SQL Server 2016 Enterprise), `201602`(SQL Server 2016 Standard) and `2017`(SQL Server 2017 Enterprise). Default is `2008R2`.",
85
85
},
86
86
"ha_type": {
87
87
Type: schema.TypeString,
88
88
Computed: true,
89
-
Description: "Instance type.",
89
+
Description: "Instance type. `DUAL` (dual-server high availability), `CLUSTER` (cluster).",
Description: "Readonly flag. `RO` for readonly instance, `MASTER` for master instance, `` for not readonly instance.",
119
+
Description: "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.",
Description: "The subscribe/publish instance ID is related to whether the `instance_id` is a publish instance or a subscribe instance. when `instance_id` is a publish instance, this field is filtered according to the subscribe instance ID; when `instance_id` is a subscribe instance, this field is filtering according to the publish instance ID.",
45
+
Description: "The subscribe/publish instance ID. It is related to whether the `instance_id` is a publish instance or a subscribe instance. when `instance_id` is a publish instance, this field is filtered according to the subscribe instance ID; when `instance_id` is a subscribe instance, this field is filtering according to the publish instance ID.",
46
46
},
47
47
"pub_or_sub_instance_ip": {
48
48
Type: schema.TypeString,
49
49
Optional: true,
50
-
Description: "The intranet IP of the subscribe/publish instance is related to whether the `instance_id` is a publish instance or a subscribe instance. when `instance_id` is a publish instance, this field is filtered according to the intranet IP of the subscribe instance; when `instance_id` is a subscribe instance, this field is based on the publish instance intranet IP filter.",
50
+
Description: "The intranet IP of the subscribe/publish instance. It is related to whether the `instance_id` is a publish instance or a subscribe instance. when `instance_id` is a publish instance, this field is filtered according to the intranet IP of the subscribe instance; when `instance_id` is a subscribe instance, this field is based on the publish instance intranet IP filter.",
51
51
},
52
52
"publish_subscribe_id": {
53
53
Type: schema.TypeInt,
54
54
Optional: true,
55
-
Description: "The id of the Publish and Subscribe in the SQLServer instance.",
55
+
Description: "The id of the Publish and Subscribe.",
56
56
},
57
57
"publish_subscribe_name": {
58
58
Type: schema.TypeString,
59
59
Optional: true,
60
-
Description: "The name of the Publish and Subscribe in the SQLServer instance.",
60
+
Description: "The name of the Publish and Subscribe.",
Description: "Version of the SQL Server basic database engine. Allowed values are `2008R2`(SQL Server 2008 Enerprise), `2012SP3`(SQL Server 2012 Enterprise), `2016SP1` (SQL Server 2016 Enterprise), `201602`(SQL Server 2016 Standard) and `2017`(SQL Server 2017 Enterprise). Default is `2008R2`.",
111
+
Description: "Version of the SQL Server basic database engine. Allowed values are `2008R2`(SQL Server 2008 Enterprise), `2012SP3`(SQL Server 2012 Enterprise), `2016SP1` (SQL Server 2016 Enterprise), `201602`(SQL Server 2016 Standard) and `2017`(SQL Server 2017 Enterprise). Default is `2008R2`.",
Description: "SQLServer instance ID which DB belongs to.",
48
+
Description: "SQL Server instance ID which DB belongs to.",
49
49
},
50
50
"name": {
51
51
Type: schema.TypeString,
52
52
Required: true,
53
53
ForceNew: true,
54
-
Description: "Name of SQL Server DB. The DataBase name must be unique and must be composed of numbers, letters and underlines, and the first one can not be underline.",
54
+
Description: "Name of SQL Server DB. The database name must be unique and must be composed of numbers, letters and underlines, and the first one can not be underline.",
Description: "Readonly flag. `RO` for readonly instance, `MASTER` for master instance, `` for not readonly instance.",
96
+
Description: "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.",
Description: "Version of the SQL Server database engine. Allowed values are `2008R2`(SQL Server 2008 Enerprise), `2012SP3`(SQL Server 2012 Enterprise), `2016SP1` (SQL Server 2016 Enterprise), `201602`(SQL Server 2016 Standard) and `2017`(SQL Server 2017 Enterprise). Default is `2008R2`.",
141
+
Description: "Version of the SQL Server database engine. Allowed values are `2008R2`(SQL Server 2008 Enterprise), `2012SP3`(SQL Server 2012 Enterprise), `2016SP1` (SQL Server 2016 Enterprise), `201602`(SQL Server 2016 Standard) and `2017`(SQL Server 2017 Enterprise). Default is `2008R2`.",
142
142
},
143
143
"ha_type": {
144
144
Type: schema.TypeString,
145
145
ForceNew: true,
146
146
Optional: true,
147
147
Default: "DUAL",
148
-
Description: "Instance type. Valid value are `DUAL`, `CLUSTER`. Default is `DUAL`.",
148
+
Description: "Instance type. `DUAL` (dual-server high availability), `CLUSTER` (cluster). Default is `DUAL`.",
Description: "Publish the instance ID in the SQLServer instance.",
52
+
Description: "ID of the SQL Server instance which publish.",
53
53
},
54
54
"subscribe_instance_id": {
55
55
Type: schema.TypeString,
56
56
Required: true,
57
57
ForceNew: true,
58
-
Description: "Subscribe the instance ID in the SQLServer instance.",
58
+
Description: "ID of the SQL Server instance which subscribe.",
59
59
},
60
60
"publish_subscribe_name": {
61
61
Type: schema.TypeString,
62
62
Optional: true,
63
63
Default: "default_name",
64
-
Description: "The name of the Publish and Subscribe in the SQLServer instance. default is `default_name`.",
64
+
Description: "The name of the Publish and Subscribe. Default is `default_name`.",
65
65
},
66
66
"delete_subscribe_db": {
67
67
Type: schema.TypeBool,
68
68
Optional: true,
69
69
Default: false,
70
-
Description: "Whether to delete the subscriber database when deleting the Publish and Subscribe in the SQLServer instance. `true` for deletes the subscribe database, `false` for does not delete the subscribe database. default is `false`.",
70
+
Description: "Whether to delete the subscriber database when deleting the Publish and Subscribe. `true` for deletes the subscribe database, `false` for does not delete the subscribe database. default is `false`.",
Description: "Type of readonly group. Valid values: 1, 3. 1 for one auto-assigned readonly instance per one readonly group, 2 for creating new readonly group, 3 for all exist readonly instances stay in the exist readonly group. For now, only 1 and 3 are supported.",
53
+
Description: "Type of readonly group. Valid values: `1`, `3`. `1` for one auto-assigned readonly instance per one readonly group, `2` for creating new readonly group, `3` for all exist readonly instances stay in the exist readonly group. For now, only `1` and `3` are supported.",
Copy file name to clipboardExpand all lines: website/docs/d/sqlserver_basic_instances.html.markdown
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ In addition to all arguments above, the following attributes are exported:
52
52
*`charge_type` - Pay type of the SQL Server basic instance. For now, only `POSTPAID_BY_HOUR` is valid.
53
53
*`cpu` - The CPU number of the SQL Server basic instance.
54
54
*`create_time` - Create time of the SQL Server basic instance.
55
-
*`engine_version` - Version of the SQL Server basic database engine. Allowed values are `2008R2`(SQL Server 2008 Enerprise), `2012SP3`(SQL Server 2012 Enterprise), `2016SP1` (SQL Server 2016 Enterprise), `201602`(SQL Server 2016 Standard) and `2017`(SQL Server 2017 Enterprise). Default is `2008R2`.
55
+
*`engine_version` - Version of the SQL Server basic database engine. Allowed values are `2008R2`(SQL Server 2008 Enterprise), `2012SP3`(SQL Server 2012 Enterprise), `2016SP1` (SQL Server 2016 Enterprise), `201602`(SQL Server 2016 Standard) and `2017`(SQL Server 2017 Enterprise). Default is `2008R2`.
56
56
*`id` - ID of the SQL Server basic instance.
57
57
*`memory` - Memory size (in GB). Allowed value must be larger than `memory` that data source `tencentcloud_sqlserver_specinfos` provides.
0 commit comments