We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9018e1b commit fccd2f5Copy full SHA for fccd2f5
resource.go
@@ -15,15 +15,15 @@ var nameParser *regexp.Regexp
15
16
func init() {
17
keyNames = []string{
18
- "ipv4_address", // DO
19
- "public_ip", // AWS
20
- "private_ip", // AWS
21
- "ipaddress", // CS
22
- "ip_address", // VMware
23
- "access_ip_v4", // OpenStack
24
- "floating_ip", // OpenStack
+ "ipv4_address", // DO
+ "public_ip", // AWS
+ "private_ip", // AWS
+ "ipaddress", // CS
+ "ip_address", // VMware
+ "access_ip_v4", // OpenStack
+ "floating_ip", // OpenStack
25
"network_interface.0.access_config.0.nat_ip", // GCE
26
- "network_interface.0.address", // GCE
+ "network_interface.0.address", // GCE
27
}
28
29
// type.name.0
0 commit comments