1
1
Fork 0
mirror of https://github.com/adammck/terraform-inventory synced 2024-05-24 21:26:03 +02:00

Add public_ipv6 to keyNames (#83)

Scaleway servers should be reachable through ipv6 if they don't have a
public_ip attribute.
This commit is contained in:
Guillaume ESPANEL 2017-12-21 21:15:16 +01:00 committed by Adam Mckaig
parent c285367ecf
commit 1728bbc3d1

View File

@ -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