File tree 1 file changed +4
-0
lines changed
tencentcloud/services/cvm
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" {
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
}
You can’t perform that action at this time.
0 commit comments