1
1
mirror of https://github.com/adammck/terraform-inventory synced 2024-11-22 20:01:58 +01:00
This commit is contained in:
Adam Mckaig 2016-01-05 10:27:19 -05:00
parent 9018e1b90e
commit fccd2f5c14

@ -15,15 +15,15 @@ var nameParser *regexp.Regexp
func init() {
keyNames = []string{
"ipv4_address", // DO
"public_ip", // AWS
"private_ip", // AWS
"ipaddress", // CS
"ip_address", // VMware
"access_ip_v4", // OpenStack
"floating_ip", // OpenStack
"ipv4_address", // DO
"public_ip", // AWS
"private_ip", // AWS
"ipaddress", // CS
"ip_address", // VMware
"access_ip_v4", // OpenStack
"floating_ip", // OpenStack
"network_interface.0.access_config.0.nat_ip", // GCE
"network_interface.0.address", // GCE
"network_interface.0.address", // GCE
}
// type.name.0