File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
tencentcloud/services/tag Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1+ ```release-note:new-data-source
2+ tencentcloud_tag_keys
3+ ```
Original file line number Diff line number Diff line change @@ -17,13 +17,13 @@ func TestAccTencentCloudTagKeysDataSource_basic(t *testing.T) {
1717 Providers : tcacctest .AccProviders ,
1818 Steps : []resource.TestStep {{
1919 Config : testAccTagKeysDataSource ,
20- Check : resource .ComposeTestCheckFunc (resource .AccCheckTencentCloudDataSourceID ("data.tencentcloud_tag_keys.tag_keys" )),
20+ Check : resource .ComposeTestCheckFunc (
21+ tcacctest .AccCheckTencentCloudDataSourceID ("data.tencentcloud_tag_keys.tags" ),
22+ ),
2123 }},
2224 })
2325}
2426
2527const testAccTagKeysDataSource = `
26-
27- data "tencentcloud_tag_keys" "tag_keys" {
28- }
28+ data "tencentcloud_tag_keys" "tags" {}
2929`
You can’t perform that action at this time.
0 commit comments