Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0e4741d

Browse files
committedMay 30, 2024·
add
1 parent 6c634ef commit 0e4741d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed
 

‎tencentcloud/services/trocket/resource_tc_tdmq_rocketmq_vip_instance.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -292,10 +292,6 @@ func resourceTencentCloudTdmqRocketmqVipInstanceRead(d *schema.ResourceData, met
292292
_ = d.Set("storage_size", storageSize)
293293
}
294294

295-
if rocketmqVipInstances != nil {
296-
_ = d.Set("spec", rocketmqVipInstances.SpecName)
297-
}
298-
299295
return nil
300296
}
301297

0 commit comments

Comments
 (0)
Please sign in to comment.