Skip to content

Commit cb5c8cc

Browse files
rudolfzhaorudolfzhaoandrew-tx
authored
fix(gaap): [117510345] gaap test fix (#2649)
* 修改资源ID * 修改测试用例资源 * 修改测试用例资源 * []修改测试用例资源信息 * 修改DefaultHttpsDomainCertificateId * docs: update gaap docs * 更新资源ID --------- Co-authored-by: rudolfzhao <[email protected]> Co-authored-by: andrewjiang <[email protected]>
1 parent a0ac334 commit cb5c8cc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

tencentcloud/services/gaap/data_source_tc_gaap_proxy_groups.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ data "tencentcloud_gaap_proxy_groups" "proxy_groups" {
77
project_id = 0
88
filters {
99
name = "GroupId"
10-
values = ["lg-8h33uhwd"]
10+
values = ["lg-2foz7wjh"]
1111
}
1212
}
1313
```

tencentcloud/services/gaap/data_source_tc_gaap_proxy_groups_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ func TestAccTencentCloudGaapProxyGroupsDataSource_basic(t *testing.T) {
1818
Config: testAccGaapProxyGroupsDataSource,
1919
Check: resource.ComposeTestCheckFunc(
2020
tcacctest.AccCheckTencentCloudDataSourceID("data.tencentcloud_gaap_proxy_groups.proxy_groups"),
21-
resource.TestCheckResourceAttr("data.tencentcloud_gaap_proxy_groups.proxy_groups", "proxy_group_list.0.group_id", "lg-8h33uhwd"),
21+
resource.TestCheckResourceAttr("data.tencentcloud_gaap_proxy_groups.proxy_groups", "proxy_group_list.0.group_id", "lg-2foz7wjh"),
2222
),
2323
},
2424
},
@@ -30,7 +30,7 @@ data "tencentcloud_gaap_proxy_groups" "proxy_groups" {
3030
project_id = 0
3131
filters {
3232
name = "GroupId"
33-
values = ["lg-8h33uhwd"]
33+
values = ["lg-2foz7wjh"]
3434
}
3535
}
3636
`

website/docs/d/gaap_proxy_groups.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ data "tencentcloud_gaap_proxy_groups" "proxy_groups" {
1818
project_id = 0
1919
filters {
2020
name = "GroupId"
21-
values = ["lg-8h33uhwd"]
21+
values = ["lg-2foz7wjh"]
2222
}
2323
}
2424
```

0 commit comments

Comments
 (0)