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: "Whether to enable COS bucket versioning. Default is `false`.",
151
+
Description: "Whether to enable COS bucket versioning. Advanced Edition Instances: Default is `true` (versioning enabled); Standard / Basic Edition Instances: Default is `false` (disabled).",
152
152
},
153
153
//Computed values
154
154
"status": {
@@ -609,21 +609,10 @@ func resourceTencentCloudTcrInstanceUpdate(d *schema.ResourceData, meta interfac
Copy file name to clipboardExpand all lines: website/docs/r/tcr_instance.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
@@ -108,7 +108,7 @@ The following arguments are supported:
108
108
*`delete_bucket` - (Optional, Bool) Indicate to delete the COS bucket which is auto-created with the instance or not.
109
109
*`deletion_protection` - (Optional, Bool) Whether to enable Instance Deletion Protection.
110
110
*`enable_cos_maz` - (Optional, Bool, ForceNew) Whether to enable COS bucket multi-AZ feature. Default is `false`.
111
-
*`enable_cos_versioning` - (Optional, Bool, ForceNew) Whether to enable COS bucket versioning. Default is `false`.
111
+
*`enable_cos_versioning` - (Optional, Bool, ForceNew) Whether to enable COS bucket versioning. Advanced Edition Instances: Default is `true` (versioning enabled); Standard / Basic Edition Instances: Default is `false` (disabled).
112
112
*`instance_charge_type_prepaid_period` - (Optional, Int) Length of time to purchase an instance (in month). Must set when registry_charge_type is prepaid.
113
113
*`instance_charge_type_prepaid_renew_flag` - (Optional, Int) Auto renewal flag. 1: manual renewal, 2: automatic renewal, 3: no renewal and no notification. Must set when registry_charge_type is prepaid.
114
114
*`open_public_operation` - (Optional, Bool) Control public network access.
0 commit comments