Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 211 Bytes

data_source_tc_dcdb_shards.md

File metadata and controls

10 lines (8 loc) · 211 Bytes

Use this data source to query detailed information of dcdb shards

Example Usage

data "tencentcloud_dcdb_shards" "shards" {
  instance_id = "your_instance_id"
  shard_instance_ids = ["shard1_id"]
  }