Skip to content

Commit 4d79c0e

Browse files
author
yuanhaojin
committed
fix Acctest HCL not uniformed in resource_cfs
1 parent 9788351 commit 4d79c0e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tencentcloud/resource_tc_redis_instance_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ resource "tencentcloud_redis_instance" "redis_instance_test" {
184184
port = 6379
185185
redis_shard_num = 1
186186
redis_replicas_num = 1
187+
187188
tags = {
188189
test = "test"
189190
}
@@ -201,6 +202,7 @@ resource "tencentcloud_redis_instance" "redis_instance_test" {
201202
port = 6379
202203
redis_shard_num = 1
203204
redis_replicas_num = 1
205+
204206
tags = {
205207
abc = "abc"
206208
}
@@ -218,6 +220,7 @@ resource "tencentcloud_redis_instance" "redis_instance_test" {
218220
port = 6379
219221
redis_shard_num = 1
220222
redis_replicas_num = 1
223+
221224
tags = {
222225
abc = "abc"
223226
}

0 commit comments

Comments
 (0)