Skip to content

Commit 90dca82

Browse files
committed
fix(dnspod): groupid parameter
1 parent 407209c commit 90dca82

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

tencentcloud/data_source_tc_dnspod_domain_list.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ data "tencentcloud_dnspod_domain_list" "domain_list" {
1919
record_count_begin = 0
2020
record_count_end = 100
2121
project_id = -1
22-
tags = {
23-
"createdBy" = "terraform"
24-
}
2522
}
2623
2724
```

tencentcloud/data_source_tc_dnspod_domain_list_test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@ data "tencentcloud_dnspod_domain_list" "domain_list" {
3838
record_count_begin = 0
3939
record_count_end = 100
4040
project_id = -1
41-
tags = {
42-
"createdBy" = "terraform"
43-
}
4441
}
4542
4643
`

website/docs/d/dnspod_domain_list.html.markdown

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ data "tencentcloud_dnspod_domain_list" "domain_list" {
2828
record_count_begin = 0
2929
record_count_end = 100
3030
project_id = -1
31-
tags = {
32-
"createdBy" = "terraform"
33-
}
3431
}
3532
```
3633

0 commit comments

Comments
 (0)