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:
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
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user