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

cloud-router-routing-protocols requires direct_equinix_ipv6_ip even though it defaults to "" #137

Open
cprivitere opened this issue Oct 8, 2024 · 1 comment

Comments

@cprivitere
Copy link
Member

Looks like the cloud-router-routing-protocols is requiring direct_equinix_ipv6_ip to be provided, even though the variable is set up to default to "".

This is a stumbling block for users using other modules like cloud-router-2-google-connection, which does not configure any sort of IPV6 on the google interconnection and thus there is no IPV6 value to pass in here.

We can continue to require users to pass in "" manually, but it'd be a smoother experience if the cloud-router-routing-protocols module just didn't require direct_equinix_ipv6_ip to be passed in at all.

@thogarty
Copy link
Collaborator

thogarty commented Oct 9, 2024

@cprivitere , there's a difference between the module and the example (which also happens to be in module format) for cloud router routing protocols. The module doesn't require it: https://github.com/equinix/terraform-equinix-fabric/tree/main/modules/cloud-router-routing-protocols

So it's all about whether you source the module or the example

the example is just supposed to show a possible way to use the module and isn't the correct level of a building block.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants