We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9788351 commit 4d79c0eCopy full SHA for 4d79c0e
tencentcloud/resource_tc_redis_instance_test.go
@@ -184,6 +184,7 @@ resource "tencentcloud_redis_instance" "redis_instance_test" {
184
port = 6379
185
redis_shard_num = 1
186
redis_replicas_num = 1
187
+
188
tags = {
189
test = "test"
190
}
@@ -201,6 +202,7 @@ resource "tencentcloud_redis_instance" "redis_instance_test" {
201
202
203
204
205
206
207
abc = "abc"
208
@@ -218,6 +220,7 @@ resource "tencentcloud_redis_instance" "redis_instance_test" {
218
220
219
221
222
223
224
225
226
0 commit comments