1
1
mirror of https://github.com/adammck/terraform-inventory synced 2024-11-26 07:43:46 +01:00

Accept floating_ip attribute for OpenStack

This commit is contained in:
Adam Mckaig 2015-12-14 20:45:17 -05:00
parent 35bad1c142
commit 141fdf78f7

@ -23,7 +23,8 @@ func init() {
"private_ip", // AWS
"ipaddress", // CS
"ip_address", // VMware
"access_ip_v4", // OPENSTACK
"access_ip_v4", // OpenStack
"floating_ip", // OpenStack
}
}