generated from equinix-labs/terraform-equinix-template
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
I haven't tried it but it must be wrong, there should not be access_public_ipv4
after setting layer2 mode
terraform-equinix-metal-vrf/modules/metalnodes/main.tf
Lines 59 to 68 in 61340ab
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 | |
} | |
} |
Metadata
Metadata
Assignees
Labels
No labels