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
│ 50: for_each = module.helper.set_additive
│ ├────────────────
│ │ module.helper.set_additive is a set of dynamic, known only after apply
│
│ The "for_each" set includes values derived from resource attributes that cannot be determined until apply, and so Terraform cannot determine the full set of keys that will identify the instances of
│ this resource.
TL;DR
You already fixed this here: https://github.com/terraform-google-modules/terraform-google-iam/issues/75\
You need to apply the same fix to this module
Expected behavior
Works with computed values
Observed behavior
Terraform Configuration
Terraform Version
Additional information
No response
The text was updated successfully, but these errors were encountered: