Skip to content

Commit da52eb0

Browse files
authored
fix: update unit (#1316)
Co-authored-by: arunma <arunma@tencent.com>
1 parent b484bfa commit da52eb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tencentcloud/resource_tc_teo_dns_record_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ variable "zone_id" {
130130
}
131131
132132
variable "zone_name" {
133-
default = "www.` + defaultZoneName + `"
133+
default = "aaa.` + defaultZoneName + `"
134134
}`
135135

136136
const testAccTeoDnsRecord = testAccTeoDnsRecordVar + `

0 commit comments

Comments
 (0)