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
When not creating the cluster i.e. I want to create the networking infra only:
create_cluster = false
I get the following error when running terraform plan:
│ Error: Error in function call
│
│ on module-extensions.tf line 7, in locals:
│ 7: coalesce(split(":", lookup(local.existing_cluster_endpoints, "private_endpoint", ""))...)
│ ├────────────────
│ │ while calling coalesce(vals...)
│ │ local.existing_cluster_endpoints is empty map of dynamic
I should be able to use the module to create the nework without any existing endpoint.
The text was updated successfully, but these errors were encountered:
When not creating the cluster i.e. I want to create the networking infra only:
I get the following error when running terraform plan:
│ Error: Error in function call
│
│ on module-extensions.tf line 7, in locals:
│ 7: coalesce(split(":", lookup(local.existing_cluster_endpoints, "private_endpoint", ""))...)
│ ├────────────────
│ │ while calling coalesce(vals...)
│ │ local.existing_cluster_endpoints is empty map of dynamic
I should be able to use the module to create the nework without any existing endpoint.
The text was updated successfully, but these errors were encountered: