Skip to content

Commit ecd3309

Browse files
author
dmytro_velychko3
committed
fix: remove toset function
1 parent dd0368c commit ecd3309

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cluster.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ resource "databricks_cluster" "cluster" {
3636
}
3737

3838
dynamic "library" {
39-
for_each = toset(each.value.pypi_library_repository)
39+
for_each = each.value.pypi_library_repository
4040
content {
4141
pypi {
4242
package = library.value

0 commit comments

Comments
 (0)