@@ -103,7 +103,7 @@ func TestAccTencentCloudInstanceResourceBasic(t *testing.T) {
103
103
{
104
104
ResourceName : "tencentcloud_instance.cvm_basic" ,
105
105
ImportState : true ,
106
- ImportStateVerifyIgnore : []string {"disable_monitor_service" , "disable_security_service" , "hostname" , "password" , "force_delete" },
106
+ ImportStateVerifyIgnore : []string {"disable_monitor_service" , "disable_security_service" , "disable_automation_service" , " hostname" , "password" , "force_delete" },
107
107
},
108
108
},
109
109
})
@@ -539,6 +539,7 @@ resource "tencentcloud_instance" "foo" {
539
539
delete_with_instance = true
540
540
}
541
541
disable_security_service = true
542
+ disable_automation_service = true
542
543
543
544
lifecycle {
544
545
ignore_changes = [instance_type]
@@ -591,6 +592,7 @@ resource "tencentcloud_instance" "foo" {
591
592
data_disk_type = "CLOUD_PREMIUM"
592
593
}
593
594
disable_security_service = true
595
+ disable_automation_service = true
594
596
595
597
lifecycle {
596
598
ignore_changes = [instance_type]
@@ -2140,6 +2142,7 @@ resource "tencentcloud_instance" "foo" {
2140
2142
2141
2143
disable_security_service = true
2142
2144
disable_monitor_service = true
2145
+ disable_automation_service = true
2143
2146
lifecycle {
2144
2147
ignore_changes = [instance_type]
2145
2148
}
@@ -2240,6 +2243,7 @@ resource "tencentcloud_instance" "foo" {
2240
2243
2241
2244
disable_security_service = true
2242
2245
disable_monitor_service = true
2246
+ disable_automation_service = true
2243
2247
lifecycle {
2244
2248
ignore_changes = [instance_type]
2245
2249
}
0 commit comments