mirror of
https://github.com/adammck/terraform-inventory
synced 2024-11-22 20:01:58 +01:00
Fix support for the Cherry servers provider (#147)
This commit is contained in:
parent
a4d1a11de8
commit
776a67e21e
@ -20,6 +20,7 @@ func init() {
|
|||||||
"public_ip", // AWS
|
"public_ip", // AWS
|
||||||
"public_ipv6", // Scaleway
|
"public_ipv6", // Scaleway
|
||||||
"ipaddress", // CS
|
"ipaddress", // CS
|
||||||
|
"primary_ip", // Profitbricks, Cherry servers
|
||||||
"ip_address", // VMware, Docker, Linode
|
"ip_address", // VMware, Docker, Linode
|
||||||
"private_ip", // AWS
|
"private_ip", // AWS
|
||||||
"network_interface.0.ipv4_address", // VMware
|
"network_interface.0.ipv4_address", // VMware
|
||||||
@ -34,7 +35,6 @@ func init() {
|
|||||||
"primaryip", // Joyent Triton
|
"primaryip", // Joyent Triton
|
||||||
"network_interface.0.addresses.0", // Libvirt
|
"network_interface.0.addresses.0", // Libvirt
|
||||||
"network.0.address", // Packet
|
"network.0.address", // Packet
|
||||||
"primary_ip", // Profitbricks
|
|
||||||
"nic_list.0.ip_endpoint_list.0.ip", // Nutanix
|
"nic_list.0.ip_endpoint_list.0.ip", // Nutanix
|
||||||
"network_interface.0.nat_ip_address", // Yandex
|
"network_interface.0.nat_ip_address", // Yandex
|
||||||
"network_interface.0.ip_address", // Yandex
|
"network_interface.0.ip_address", // Yandex
|
||||||
|
Loading…
Reference in New Issue
Block a user