oracle-terraform-modules/terraform-oci-iam

map function deprecated

karthicgit opened this issue · 1 comments

on .terraform/modules/iam_iam-dynamic-group/modules/iam-dynamic-group/main.tf line 25, in locals:
│ 25: dynamic_group_ids = concat(flatten(data.oci_identity_dynamic_groups.this.*.dynamic_groups), list(map("id", "")))
│ ├────────────────
│ │ while calling map(vals...)

│ 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.

closing this issue as duplicate.