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
Hi, I'm facing the following error while running terraform plan command,
Error: Error in function call
│
│ on main.tf line 27, in locals:
│ 27: log_sink_writer_identity = local.is_project_level ? element(concat(google_logging_project_sink.sink..writer_identity, list("")), 0) : r_level ? element(concat(google_logging_folder_sink.sink..writer_identity, list("")), 0) : local.is_org_level ? element(concat(google_logging_ork.sink..writer_identity, list("")), 0) : local.is_billing_level ? element(concat(google_logging_billing_account_sink.sink..writer_identity, lis"
│
│ Call to function "list" failed: the "list" function was deprecated in Terraform v0.12 and is no longer available; use tolist([ ... ]) syntax to
│ literal list.
Similiar to terraform-google-modules/terraform-google-bigquery#48
The text was updated successfully, but these errors were encountered: