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
Im trying to use this module and I'm getting this error:
│ Error: Error in function call
│
│ on .terraform/modules/gcs_buckets/main.tf line 18, in locals:
│ 18: prefix = var.prefix == "" ? "" : join("-", list(var.prefix, lower(var.location), ""))
│ ├────────────────
│ │ var.location is "EU"
│ │ var.prefix is "my-unique-prefix"
│
│ Call to function "list" failed: the "list" function was deprecated in Terraform v0.12 and is no longer available; use tolist([ ... ]) syntax
│ to write a literal list.
Hi,
Im trying to use this module and I'm getting this error:
Im doing the same thats in this tutorial.
Is this a bug? Can you help me?
Thanks!
The text was updated successfully, but these errors were encountered: