Skip to content

Commit b4067de

Browse files
committed
add
1 parent 639c151 commit b4067de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tencentcloud/services/vpn/data_source_tc_vpn_customer_gateways.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ func DataSourceTencentCloudVpnCustomerGateways() *schema.Resource {
8989
}
9090

9191
func dataSourceTencentCloudVpnCustomerGatewaysRead(d *schema.ResourceData, meta interface{}) error {
92-
defer tccommon.LogElapsed("data_source.tencentcloud_customer_gateways.read")()
92+
defer tccommon.LogElapsed("data_source.tencentcloud_vpn_customer_gateways.read")()
9393

9494
logId := tccommon.GetLogId(tccommon.ContextNil)
9595
ctx := context.WithValue(context.TODO(), tccommon.LogIdKey, logId)

0 commit comments

Comments
 (0)