You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error for Day-2/09-builtin-functions.md in map(key, value)
Error: Error in function call
│
│ on main.tf line 26, in output "my_map":
│ 26: value = map(var.keys, var.values) # Returns {"name" = "Alice", "age" = 30}
│ ├────────────────
│ │ while calling map(vals...)
│ │ var.keys is a list of dynamic
│ │ var.values is a list of dynamic
│
│ Call to function "map" failed: the "map" function was deprecated in Terraform v0.12 and is no longer available; use tomap({ ... }) syntax to write a literal map.
The text was updated successfully, but these errors were encountered:
Error for Day-2/09-builtin-functions.md in map(key, value)
Error: Error in function call
│
│ on main.tf line 26, in output "my_map":
│ 26: value = map(var.keys, var.values) # Returns {"name" = "Alice", "age" = 30}
│ ├────────────────
│ │ while calling map(vals...)
│ │ var.keys is a list of dynamic
│ │ var.values is a list of dynamic
│
│ Call to function "map" failed: the "map" function was deprecated in Terraform v0.12 and is no longer available; use tomap({ ... }) syntax to write a literal map.
The text was updated successfully, but these errors were encountered: