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: "Indicate whether to delete readonly instance directly or not. Default is false. If set true, instance will be deleted instead of staying recycle bin. Note: works for both `PREPAID` and `POSTPAID_BY_HOUR` cluster.",
69
69
},
70
+
"vpc_id": {
71
+
Type: schema.TypeString,
72
+
Optional: true,
73
+
Computed: true,
74
+
Description: "ID of the VPC.",
75
+
},
76
+
"subnet_id": {
77
+
Type: schema.TypeString,
78
+
Optional: true,
79
+
Computed: true,
80
+
Description: "ID of the subnet within this VPC.",
81
+
},
70
82
}
71
83
basic:=TencentCynosdbInstanceBaseInfo()
72
84
delete(basic, "instance_id")
@@ -108,6 +120,14 @@ func resourceTencentCloudCynosdbReadonlyInstanceCreate(d *schema.ResourceData, m
Copy file name to clipboardExpand all lines: website/docs/r/cynosdb_readonly_instance.html.markdown
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,8 @@ The following arguments are supported:
47
47
*`instance_maintain_start_time` - (Optional, Int) Offset time from 00:00, unit in second. For example, 03:00am should be `10800`. `10800` by default.
48
48
*`instance_maintain_weekdays` - (Optional, Set: [`String`]) Weekdays for maintenance. `["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"]` by default.
49
49
*`instance_memory_size` - (Optional, Int) Memory capacity of read-write type instance, unit in GB. Required while creating normal cluster. Note: modification of this field will take effect immediately, if want to upgrade on maintenance window, please upgrade from console.
50
+
*`subnet_id` - (Optional, String) ID of the subnet within this VPC.
Copy file name to clipboardExpand all lines: website/docs/r/kubernetes_node_pool.html.markdown
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -210,7 +210,7 @@ The `auto_scaling_config` object supports the following:
210
210
*`system_disk_size` - (Optional, Int) Volume of system disk in GB. Default is `50`.
211
211
*`system_disk_type` - (Optional, String) Type of a CVM disk. Valid value: `CLOUD_PREMIUM` and `CLOUD_SSD`. Default is `CLOUD_PREMIUM`.
212
212
213
-
The `data_disk` object of `node_config`supports the following:
213
+
The `data_disk` object supports the following:
214
214
215
215
*`auto_format_and_mount` - (Optional, Bool, ForceNew) Indicate whether to auto format and mount or not. Default is `false`.
216
216
*`disk_partition` - (Optional, String, ForceNew) The name of the device or partition to mount. NOTE: this argument doesn't support setting in node pool, or will leads to mount error.
@@ -219,7 +219,7 @@ The `data_disk` object of `node_config` supports the following:
219
219
*`file_system` - (Optional, String, ForceNew) File system, e.g. `ext3/ext4/xfs`.
220
220
*`mount_target` - (Optional, String, ForceNew) Mount target.
221
221
222
-
The `data_disk` object of `auto_scaling_config`supports the following:
222
+
The `data_disk` object supports the following:
223
223
224
224
*`delete_with_instance` - (Optional, Bool) Indicates whether the disk remove after instance terminated. Default is `false`.
225
225
*`disk_size` - (Optional, Int) Volume of disk in GB. Default is `0`.
0 commit comments