Skip to content

Commit 8a1d339

Browse files
authored
support the rest of dbbrain data source (#1886)
* support dbbrain rest of data source * add changelog and doc * adjust e2e case
1 parent edd40af commit 8a1d339

20 files changed

+2201
-0
lines changed

.changelog/1886.txt

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
```release-note:new-data-source
2+
tencentcloud_dbbrain_diag_db_instances
3+
```
4+
5+
```release-note:new-data-source
6+
tencentcloud_dbbrain_mysql_process_list
7+
```
8+
9+
```release-note:new-data-source
10+
tencentcloud_dbbrain_no_primary_key_tables
11+
```
12+
13+
```release-note:new-data-source
14+
tencentcloud_dbbrain_redis_top_big_keys
15+
```
16+
17+
```release-note:new-data-source
18+
tencentcloud_dbbrain_redis_top_key_prefix_list
19+
```

tencentcloud/basic_test.go

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -858,6 +858,14 @@ locals {
858858
}
859859
`
860860

861+
// ref with `local.redis_id`
862+
const CommonPresetRedis = `
863+
locals {
864+
redis_id = "crs-jf4ico4v"
865+
redis_name = "Keep-terraform"
866+
}
867+
`
868+
861869
// End of DCDB
862870
// SES
863871
const (

0 commit comments

Comments
 (0)