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

sshing using public IP after configuring device in layer 2 bonded mode #30

Open
ocobles opened this issue Sep 5, 2024 · 0 comments
Open

Comments

@ocobles
Copy link
Contributor

ocobles commented Sep 5, 2024

I haven't tried it but it must be wrong, there should not be access_public_ipv4 after setting layer2 mode

resource "null_resource" "ssh-after-deploy" {
count = var.node_count
depends_on = [equinix_metal_port.port]
connection {
host = equinix_metal_device.metal_nodes[count.index].access_public_ipv4
type = "ssh"
user = "root"
private_key = var.ssh_key
}
}

@ocobles ocobles changed the title sshing using public IP after configuring device in layer 2 trunking mode sshing using public IP after configuring device in layer 2 bonded mode Sep 5, 2024
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

1 participant