Skip to content

Commit

Permalink
go fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
adammck committed Jan 7, 2016
1 parent 9018e1b commit fccd2f5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ var nameParser *regexp.Regexp

func init() {
keyNames = []string{
"ipv4_address", // DO
"public_ip", // AWS
"private_ip", // AWS
"ipaddress", // CS
"ip_address", // VMware
"access_ip_v4", // OpenStack
"floating_ip", // OpenStack
"ipv4_address", // DO
"public_ip", // AWS
"private_ip", // AWS
"ipaddress", // CS
"ip_address", // VMware
"access_ip_v4", // OpenStack
"floating_ip", // OpenStack
"network_interface.0.access_config.0.nat_ip", // GCE
"network_interface.0.address", // GCE
"network_interface.0.address", // GCE
}

// type.name.0
Expand Down

0 comments on commit fccd2f5

Please sign in to comment.