Skip to content

Commit 7705b83

Browse files
committed
Remove toset function
1 parent 35820c6 commit 7705b83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: main.tf

+2-2
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,10 @@ resource "awscc_elasticache_serverless_cache" "this" {
103103
snapshot_arns_to_restore = var.snapshot_arns_to_restore
104104
snapshot_retention_limit = var.snapshot_retention_limit
105105

106-
tags = toset([
106+
tags = [
107107
for key, value in var.tags : {
108108
key = key
109109
value = value
110110
}
111-
])
111+
]
112112
}

0 commit comments

Comments
 (0)