mirror of
https://github.com/adammck/terraform-inventory
synced 2024-11-23 08:32:05 +01:00
Merge pull request #26 from botto/master
GCE nat_ip has changed to assigned_nat_ip
This commit is contained in:
commit
229202334c
@ -23,6 +23,7 @@ func init() {
|
|||||||
"access_ip_v4", // OpenStack
|
"access_ip_v4", // OpenStack
|
||||||
"floating_ip", // OpenStack
|
"floating_ip", // OpenStack
|
||||||
"network_interface.0.access_config.0.nat_ip", // GCE
|
"network_interface.0.access_config.0.nat_ip", // GCE
|
||||||
|
"network_interface.0.access_config.0.assigned_nat_ip", // GCE
|
||||||
"network_interface.0.address", // GCE
|
"network_interface.0.address", // GCE
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user