We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7186828 commit c9b58f8Copy full SHA for c9b58f8
tencentcloud/resource_tc_ckafka_instance.go
@@ -78,7 +78,7 @@ func resourceTencentCloudCkafkaInstance() *schema.Resource {
78
zoneId := d.Get("zone_id").(int)
79
v, ok := d.GetOk("zone_ids")
80
81
- if !multiZone || !ok {
+ if !multiZone || !ok || old == "" {
82
return old == new
83
}
84
0 commit comments