Skip to content

Commit 23092fe

Browse files
committed
add
1 parent de2efc1 commit 23092fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tencentcloud/services/sqlserver/resource_tc_sqlserver_wan_ip_config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,8 @@ func resourceTencentCloudSqlserverWanIpConfigRead(d *schema.ResourceData, meta i
157157

158158
tmpList := make([]map[string]interface{}, 0, len(roGroupList))
159159
for _, v := range roGroupList {
160-
dMap := map[string]interface{}{}
161160
if v.ReadOnlyGroupId != nil && *v.ReadOnlyGroupId == roGroupId {
161+
dMap := map[string]interface{}{}
162162
if v.DnsPodDomain != nil {
163163
dMap["dns_pod_domain"] = v.DnsPodDomain
164164
}

0 commit comments

Comments
 (0)