Skip to content

Commit a693828

Browse files
committed
remove privatedns tag
1 parent 7188206 commit a693828

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

tencentcloud/resource_tc_private_dns_record_test.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,6 @@ resource "tencentcloud_private_dns_zone" "zone" {
3333
dns_forward_status = "DISABLED"
3434
domain = "domain.com"
3535
remark = "test_record"
36-
37-
tag_set {
38-
tag_key = "created_by"
39-
tag_value = "terraform"
40-
}
41-
4236
}
4337
4438
resource "tencentcloud_private_dns_record" "record" {

tencentcloud/resource_tc_private_dns_zone_test.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,6 @@ resource "tencentcloud_private_dns_zone" "zone" {
3333
dns_forward_status = "DISABLED"
3434
domain = "domain.com"
3535
remark = "test_zone"
36-
37-
tag_set {
38-
tag_key = "created_by"
39-
tag_value = "terraform"
40-
}
41-
4236
vpc_set {
4337
region = "ap-guangzhou"
4438
uniq_vpc_id = var.cvm_vpc_id

0 commit comments

Comments
 (0)