│ Error: Unsupported attribute
│
│ on .terraform/modules/cloud_run/modules/v2/main.tf line 183, in resource "google_cloud_run_v2_service" "main":
│ 183: for_each = liveness_probe.value.tcp_socket[*]
│ ├────────────────
│ │ liveness_probe.value is object with 6 attributes
│
│ This object does not have an attribute named "tcp_socket".
In variables.tf of the v2 module, add tcp_socket in optional field for liveness_probe fixe the issue for me
In variables.tf of the v2 module, add tcp_socket in optional field for liveness_probe fixe the issue for me