Skip to content

Commit 50871bf

Browse files
gitmknanonymous
andauthored
fix: Stop the automated test of tencentcloud_teo_dns_record (#1616)
* fix: Stop the automated test of tencentcloud_teo_dns_record * fix: modify doc * fix: modify doc * fix: modify doc --------- Co-authored-by: anonymous <anonymous@mail.org>
1 parent c76efbf commit 50871bf

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

tencentcloud/resource_tc_teo_dns_record.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
/*
22
Provides a resource to create a teo dns_record
33
4+
~> **NOTE:** This resource has been deprecated in Terraform TencentCloud Provider Version 1.79.19.
5+
46
Example Usage
57
68
```hcl

tencentcloud/resource_tc_teo_dns_record_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ func testSweepDnsRecord(region string) error {
4646
}
4747

4848
// go test -i; go test -test.run TestAccTencentCloudTeoDnsRecord_basic -v
49-
func TestAccTencentCloudTeoDnsRecord_basic(t *testing.T) {
49+
func TestAccTencentCloudNeedFixTeoDnsRecord_basic(t *testing.T) {
5050
t.Parallel()
5151
resource.Test(t, resource.TestCase{
5252
PreCheck: func() { testAccPreCheckCommon(t, ACCOUNT_TYPE_PRIVATE) },

website/docs/r/teo_dns_record.html.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ description: |-
1111

1212
Provides a resource to create a teo dns_record
1313

14+
~> **NOTE:** This resource has been deprecated in Terraform TencentCloud Provider Version 1.79.19.
15+
1416
## Example Usage
1517

1618
```hcl

0 commit comments

Comments
 (0)