Skip to content

Commit fccd2f5

Browse files
committed
go fmt
1 parent 9018e1b commit fccd2f5

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

resource.go

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ var nameParser *regexp.Regexp
1515

1616
func init() {
1717
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
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
2525
"network_interface.0.access_config.0.nat_ip", // GCE
26-
"network_interface.0.address", // GCE
26+
"network_interface.0.address", // GCE
2727
}
2828

2929
// type.name.0

0 commit comments

Comments
 (0)