mirror of
https://github.com/adammck/terraform-inventory
synced 2024-11-22 15:52:01 +01: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:
parent
c285367ecf
commit
1728bbc3d1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user