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: "Disable enhance service for monitor, it is enabled by default. When this options is set, monitor agent won't be installed. Modifying will cause the instance reset.",
327
327
},
328
+
"disable_automation_service": {
329
+
Type: schema.TypeBool,
330
+
Optional: true,
331
+
Default: false,
332
+
Description: "Disable enhance service for automation, it is enabled by default. When this options is set, monitor agent won't be installed. Modifying will cause the instance reset.",
333
+
},
328
334
// login
329
335
"key_name": {
330
336
Type: schema.TypeString,
@@ -662,6 +668,13 @@ func resourceTencentCloudInstanceCreate(d *schema.ResourceData, meta interface{}
662
668
}
663
669
}
664
670
671
+
ifv, ok:=d.GetOkExists("disable_automation_service"); ok {
*`disable_api_termination` - (Optional, Bool) Whether the termination protection is enabled. Default is `false`. If set true, which means that this instance can not be deleted by an API action.
228
+
*`disable_automation_service` - (Optional, Bool) Disable enhance service for automation, it is enabled by default. When this options is set, monitor agent won't be installed. Modifying will cause the instance reset.
228
229
*`disable_monitor_service` - (Optional, Bool) Disable enhance service for monitor, it is enabled by default. When this options is set, monitor agent won't be installed. Modifying will cause the instance reset.
229
230
*`disable_security_service` - (Optional, Bool) Disable enhance service for security, it is enabled by default. When this options is set, security agent won't be installed. Modifying will cause the instance reset.
230
231
*`force_delete` - (Optional, Bool) Indicate whether to force delete the instance. Default is `false`. If set true, the instance will be permanently deleted instead of being moved into the recycle bin. Note: only works for `PREPAID` instance.
0 commit comments