File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
tencentcloud/services/cvm Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -539,6 +539,7 @@ resource "tencentcloud_instance" "foo" {
539539 delete_with_instance = true
540540 }
541541 disable_security_service = true
542+ disable_automation_service = true
542543
543544 lifecycle {
544545 ignore_changes = [instance_type]
@@ -591,6 +592,7 @@ resource "tencentcloud_instance" "foo" {
591592 data_disk_type = "CLOUD_PREMIUM"
592593 }
593594 disable_security_service = true
595+ disable_automation_service = true
594596
595597 lifecycle {
596598 ignore_changes = [instance_type]
@@ -2140,6 +2142,7 @@ resource "tencentcloud_instance" "foo" {
21402142
21412143 disable_security_service = true
21422144 disable_monitor_service = true
2145+ disable_automation_service = true
21432146 lifecycle {
21442147 ignore_changes = [instance_type]
21452148 }
@@ -2240,6 +2243,7 @@ resource "tencentcloud_instance" "foo" {
22402243
22412244 disable_security_service = true
22422245 disable_monitor_service = true
2246+ disable_automation_service = true
22432247 lifecycle {
22442248 ignore_changes = [instance_type]
22452249 }
You can’t perform that action at this time.
0 commit comments