Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in extensions module when setting create_cluster to false #965

Open
hyder opened this issue Dec 4, 2024 · 0 comments
Open

Error in extensions module when setting create_cluster to false #965

hyder opened this issue Dec 4, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@hyder
Copy link
Contributor

hyder commented Dec 4, 2024

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.

@hyder hyder added the bug Something isn't working label Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant