From 1728bbc3d1a92f421fb595d145e3b2a13ff688d3 Mon Sep 17 00:00:00 2001 From: Guillaume ESPANEL Date: Thu, 21 Dec 2017 21:15:16 +0100 Subject: [PATCH] Add public_ipv6 to keyNames (#83) Scaleway servers should be reachable through ipv6 if they don't have a public_ip attribute. --- resource.go | 1 + 1 file changed, 1 insertion(+) diff --git a/resource.go b/resource.go index 80d4606..5c6e36f 100644 --- a/resource.go +++ b/resource.go @@ -18,6 +18,7 @@ func init() { keyNames = []string{ "ipv4_address", // DO and SoftLayer "public_ip", // AWS + "public_ipv6", // Scaleway "private_ip", // AWS "ipaddress", // CS "ip_address", // VMware