Skip to content

Commit 644a850

Browse files
committed
fix: modify type
1 parent 7e8dca9 commit 644a850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tencentcloud/services/cls/resource_tc_cls_config_extra.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -930,7 +930,7 @@ func resourceTencentCloudClsConfigExtraUpdate(d *schema.ResourceData, meta inter
930930
request.TopicId = helper.String(v.(string))
931931
}
932932
}
933-
if d.HasChange("type") {
933+
if d.HasChange("type") || d.HasChange("container_file") || d.HasChange("container_stdout") {
934934
if v, ok := d.GetOk("type"); ok {
935935
request.Type = helper.String(v.(string))
936936
}

0 commit comments

Comments
 (0)