Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AWS VPN Connection: crash while running refresh command #2144

Closed
salizzar opened this issue May 29, 2015 · 1 comment · Fixed by #2533
Closed

AWS VPN Connection: crash while running refresh command #2144

salizzar opened this issue May 29, 2015 · 1 comment · Fixed by #2533
Assignees

Comments

@salizzar
Copy link

While trying to refresh configuration I've got the following error (Terraform 0.5.2):

$ terraform refresh -input=false

panic: runtime error: index out of range
2015/05/29 16:31:09 terraform-provider-aws: 
2015/05/29 16:31:09 terraform-provider-aws: goroutine 206 [running]:
2015/05/29 16:31:09 terraform-provider-aws: github.com/hashicorp/terraform/builtin/providers/aws.resourceAwsVpnConnectionRouteRead(0xc2083b34a0, 0x908cc0, 0xc208050cd0, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/builtin/providers/aws/resource_vpn_connection_route.go:94 +0x9cd
2015/05/29 16:31:09 terraform-provider-aws: github.com/hashicorp/terraform/helper/schema.(*Resource).Refresh(0xc208184d40, 0xc2081c1e60, 0x908cc0, 0xc208050cd0, 0xc208047578, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/helper/schema/resource.go:209 +0x475
2015/05/29 16:31:09 terraform-provider-aws: github.com/hashicorp/terraform/helper/schema.(*Provider).Refresh(0xc20818ad80, 0xc208526d40, 0xc2081c1e60, 0x90a040, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/helper/schema/provider.go:180 +0x1c7
2015/05/29 16:31:09 terraform-provider-aws: github.com/hashicorp/terraform/rpc.(*ResourceProviderServer).Refresh(0xc20812a060, 0xc20852cb70, 0xc20852cc30, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/rpc/resource_provider.go:341 +0x73
2015/05/29 16:31:09 terraform-provider-aws: reflect.Value.call(0xa075a0, 0xb39d00, 0x13, 0xb89960, 0x4, 0xc2084b3f28, 0x3, 0x3, 0x0, 0x0, ...)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/reflect/value.go:419 +0x10e5
2015/05/29 16:31:09 terraform-provider-aws: reflect.Value.Call(0xa075a0, 0xb39d00, 0x13, 0xc2084b3f28, 0x3, 0x3, 0x0, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/reflect/value.go:296 +0xbc
2015/05/29 16:31:09 terraform-provider-aws: net/rpc.(*service).call(0xc208184e40, 0xc208184dc0, 0xc208188108, 0xc2080a6a80, 0xc2080f93a0, 0x909fe0, 0xc20852cb70, 0x16, 0x90a040, 0xc20852cc30, ...)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/rpc/server.go:382 +0x1f7
2015/05/29 16:31:09 terraform-provider-aws: created by net/rpc.(*Server).ServeCodec
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/rpc/server.go:476 +0x44a
2015/05/29 16:31:09 terraform-provider-aws: 
2015/05/29 16:31:09 terraform-provider-aws: goroutine 1 [IO wait]:
2015/05/29 16:31:09 terraform-provider-aws: net.(*pollDesc).Wait(0xc2080ddaa0, 0x72, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/fd_poll_runtime.go:84 +0x47
2015/05/29 16:31:09 terraform-provider-aws: net.(*pollDesc).WaitRead(0xc2080ddaa0, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/fd_poll_runtime.go:89 +0x43
2015/05/29 16:31:09 terraform-provider-aws: net.(*netFD).accept(0xc2080dda40, 0x0, 0x7f262d0a8e30, 0xc2080fa7a8)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/fd_unix.go:419 +0x40b
2015/05/29 16:31:09 terraform-provider-aws: net.(*UnixListener).AcceptUnix(0xc208021d80, 0x434b10, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/unixsock_posix.go:282 +0x56
2015/05/29 16:31:09 terraform-provider-aws: net.(*UnixListener).Accept(0xc208021d80, 0x0, 0x0, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/unixsock_posix.go:293 +0x4c
2015/05/29 16:31:09 terraform-provider-aws: github.com/hashicorp/terraform/rpc.(*Server).Accept(0xc2080fa650, 0x7f262d0a98a0, 0xc208021d80)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/rpc/server.go:33 +0x37
2015/05/29 16:31:09 terraform-provider-aws: github.com/hashicorp/terraform/plugin.Serve(0xc2080fa630)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/plugin/server.go:88 +0x7e8
2015/05/29 16:31:09 terraform-provider-aws: main.main()
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/builtin/bins/provider-aws/main.go:11 +0x6d
2015/05/29 16:31:09 terraform-provider-aws: 
2015/05/29 16:31:09 terraform-provider-aws: goroutine 5 [syscall]:
2015/05/29 16:31:09 terraform-provider-aws: os/signal.loop()
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/os/signal/signal_unix.go:21 +0x1f
2015/05/29 16:31:09 terraform-provider-aws: created by os/signal.init·1
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/os/signal/signal_unix.go:27 +0x35
2015/05/29 16:31:09 terraform-provider-aws: 
2015/05/29 16:31:09 terraform-provider-aws: goroutine 7 [chan receive]:
2015/05/29 16:31:09 terraform-provider-aws: github.com/hashicorp/terraform/plugin.func·007()
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/plugin/server.go:79 +0x69
2015/05/29 16:31:09 terraform-provider-aws: created by github.com/hashicorp/terraform/plugin.Serve
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/plugin/server.go:85 +0x7c4
2015/05/29 16:31:09 terraform-provider-aws: 
2015/05/29 16:31:09 terraform-provider-aws: goroutine 8 [select]:
2015/05/29 16:31:09 terraform-provider-aws: github.com/hashicorp/yamux.(*Stream).Read(0xc208038640, 0xc2080ac000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/yamux/stream.go:125 +0x3ab
2015/05/29 16:31:09 terraform-provider-aws: bufio.(*Reader).fill(0xc20805c840)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:97 +0x1ce
2015/05/29 16:31:09 terraform-provider-aws: bufio.(*Reader).Read(0xc20805c840, 0xc2080fa860, 0x1, 0x9, 0x401192, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:174 +0x26c
2015/05/29 16:31:09 terraform-provider-aws: io.ReadAtLeast(0x7f262d0aa9f8, 0xc20805c840, 0xc2080fa860, 0x1, 0x9, 0x1, 0x0, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/io/io.go:298 +0xf1
2015/05/29 16:31:09 terraform-provider-aws: io.ReadFull(0x7f262d0aa9f8, 0xc20805c840, 0xc2080fa860, 0x1, 0x9, 0x2c, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/io/io.go:316 +0x6d
2015/05/29 16:31:09 terraform-provider-aws: encoding/gob.decodeUintReader(0x7f262d0aa9f8, 0xc20805c840, 0xc2080fa860, 0x9, 0x9, 0x0, 0x1, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/encoding/gob/decode.go:121 +0x99
2015/05/29 16:31:09 terraform-provider-aws: encoding/gob.(*Decoder).recvMessage(0xc2080a6500, 0xc2080019e0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/encoding/gob/decoder.go:76 +0x55
2015/05/29 16:31:09 terraform-provider-aws: encoding/gob.(*Decoder).decodeTypeSequence(0xc2080a6500, 0xc208021f00, 0x16)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/encoding/gob/decoder.go:140 +0x47
2015/05/29 16:31:09 terraform-provider-aws: encoding/gob.(*Decoder).DecodeValue(0xc2080a6500, 0x910040, 0xc208021f20, 0x16, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/encoding/gob/decoder.go:208 +0x192
2015/05/29 16:31:09 terraform-provider-aws: encoding/gob.(*Decoder).Decode(0xc2080a6500, 0x910040, 0xc208021f20, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/encoding/gob/decoder.go:185 +0x297
2015/05/29 16:31:09 terraform-provider-aws: net/rpc.(*gobServerCodec).ReadRequestHeader(0xc20807a7e0, 0xc208021f20, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/rpc/server.go:402 +0x5e
2015/05/29 16:31:09 terraform-provider-aws: net/rpc.(*Server).readRequestHeader(0xc20807c480, 0x7f262d0aab58, 0xc20807a7e0, 0x0, 0x0, 0xc208021f20, 0xc2080fa800, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/rpc/server.go:575 +0x97
2015/05/29 16:31:09 terraform-provider-aws: net/rpc.(*Server).readRequest(0xc20807c480, 0x7f262d0aab58, 0xc20807a7e0, 0xc2080a6400, 0xc2080b04a0, 0x92e940, 0x0, 0x0, 0x0, 0x0, ...)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/rpc/server.go:542 +0xa2
2015/05/29 16:31:09 terraform-provider-aws: net/rpc.(*Server).ServeCodec(0xc20807c480, 0x7f262d0aab58, 0xc20807a7e0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/rpc/server.go:461 +0x6d
2015/05/29 16:31:09 terraform-provider-aws: net/rpc.(*Server).ServeConn(0xc20807c480, 0x7f262d0aaa80, 0xc208038640)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/rpc/server.go:453 +0x208
2015/05/29 16:31:09 terraform-provider-aws: github.com/hashicorp/terraform/rpc.(*Server).ServeConn(0xc2080fa650, 0x7f262d0aa998, 0xc20804e098)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/rpc/server.go:76 +0x530
2015/05/29 16:31:09 terraform-provider-aws: created by github.com/hashicorp/terraform/rpc.(*Server).Accept
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/rpc/server.go:39 +0x173
2015/05/29 16:31:09 terraform-provider-aws: 
2015/05/29 16:31:09 terraform-provider-aws: goroutine 9 [IO wait]:
2015/05/29 16:31:09 terraform-provider-aws: net.(*pollDesc).Wait(0xc2080ddb10, 0x72, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/fd_poll_runtime.go:84 +0x47
2015/05/29 16:31:09 terraform-provider-aws: net.(*pollDesc).WaitRead(0xc2080ddb10, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/fd_poll_runtime.go:89 +0x43
2015/05/29 16:31:09 terraform-provider-aws: net.(*netFD).Read(0xc2080ddab0, 0xc2080fe000, 0x1000, 0x1000, 0x0, 0x7f262d0a8e30, 0xc2082797b8)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/fd_unix.go:242 +0x40f
2015/05/29 16:31:09 terraform-provider-aws: net.(*conn).Read(0xc20804e098, 0xc2080fe000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/net.go:121 +0xdc
2015/05/29 16:31:09 terraform-provider-aws: bufio.(*Reader).fill(0xc20805c420)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:97 +0x1ce
2015/05/29 16:31:09 terraform-provider-aws: bufio.(*Reader).Read(0xc20805c420, 0xc2080fa7e0, 0xc, 0xc, 0xc2082797e0, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:174 +0x26c
2015/05/29 16:31:09 terraform-provider-aws: io.ReadAtLeast(0x7f262d0aa9f8, 0xc20805c420, 0xc2080fa7e0, 0xc, 0xc, 0xc, 0x0, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/io/io.go:298 +0xf1
2015/05/29 16:31:09 terraform-provider-aws: io.ReadFull(0x7f262d0aa9f8, 0xc20805c420, 0xc2080fa7e0, 0xc, 0xc, 0xc, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/io/io.go:316 +0x6d
2015/05/29 16:31:09 terraform-provider-aws: github.com/hashicorp/yamux.(*Session).recvLoop(0xc2080800b0, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/yamux/session.go:373 +0x10d
2015/05/29 16:31:09 terraform-provider-aws: github.com/hashicorp/yamux.(*Session).recv(0xc2080800b0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/yamux/session.go:361 +0x28
2015/05/29 16:31:09 terraform-provider-aws: created by github.com/hashicorp/yamux.newSession
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/yamux/session.go:104 +0x499
2015/05/29 16:31:09 terraform-provider-aws: 
2015/05/29 16:31:09 terraform-provider-aws: goroutine 10 [select]:
2015/05/29 16:31:09 terraform-provider-aws: github.com/hashicorp/yamux.(*Session).send(0xc2080800b0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/yamux/session.go:323 +0x554
2015/05/29 16:31:09 terraform-provider-aws: created by github.com/hashicorp/yamux.newSession
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/yamux/session.go:105 +0x4b3
2015/05/29 16:31:09 terraform-provider-aws: 
2015/05/29 16:31:09 terraform-provider-aws: goroutine 11 [select]:
2015/05/29 16:31:09 terraform-provider-aws: github.com/hashicorp/yamux.(*Session).keepalive(0xc2080800b0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/yamux/session.go:279 +0x106
2015/05/29 16:31:09 terraform-provider-aws: created by github.com/hashicorp/yamux.newSession
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/yamux/session.go:107 +0x4de
2015/05/29 16:31:09 terraform-provider-aws: 
2015/05/29 16:31:09 terraform-provider-aws: goroutine 13 [select]:
2015/05/29 16:31:09 terraform-provider-aws: github.com/hashicorp/yamux.(*Session).AcceptStream(0xc2080800b0, 0xc200000002, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/yamux/session.go:183 +0x1a8
2015/05/29 16:31:09 terraform-provider-aws: github.com/hashicorp/terraform/rpc.(*muxBroker).Run(0xc208021ee0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/rpc/mux_broker.go:107 +0x37
2015/05/29 16:31:09 terraform-provider-aws: created by github.com/hashicorp/terraform/rpc.(*Server).ServeConn
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/rpc/server.go:65 +0x388
2015/05/29 16:31:09 terraform-provider-aws: 
2015/05/29 16:31:09 terraform-provider-aws: goroutine 166 [select]:
2015/05/29 16:31:09 terraform-provider-aws: net/http.(*persistConn).writeLoop(0xc208099130)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/transport.go:945 +0x41d
2015/05/29 16:31:09 terraform-provider-aws: created by net/http.(*Transport).dialConn
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/transport.go:661 +0xcbc
2015/05/29 16:31:09 terraform-provider-aws: 
2015/05/29 16:31:09 terraform-provider-aws: goroutine 15 [select]:
2015/05/29 16:31:09 terraform-provider-aws: github.com/hashicorp/yamux.(*Stream).Read(0xc2080388c0, 0xc208114000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/yamux/stream.go:125 +0x3ab
2015/05/29 16:31:09 terraform-provider-aws: bufio.(*Reader).fill(0xc20805d260)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:97 +0x1ce
2015/05/29 16:31:09 terraform-provider-aws: bufio.(*Reader).Read(0xc20805d260, 0xc2080fb130, 0x1, 0x9, 0xc20802d858, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:174 +0x26c
2015/05/29 16:31:09 terraform-provider-aws: io.ReadAtLeast(0x7f262d0aa9f8, 0xc20805d260, 0xc2080fb130, 0x1, 0x9, 0x1, 0x0, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/io/io.go:298 +0xf1
2015/05/29 16:31:09 terraform-provider-aws: io.ReadFull(0x7f262d0aa9f8, 0xc20805d260, 0xc2080fb130, 0x1, 0x9, 0x1, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/io/io.go:316 +0x6d
2015/05/29 16:31:09 terraform-provider-aws: encoding/gob.decodeUintReader(0x7f262d0aa9f8, 0xc20805d260, 0xc2080fb130, 0x9, 0x9, 0x0, 0x1, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/encoding/gob/decode.go:121 +0x99
2015/05/29 16:31:09 terraform-provider-aws: encoding/gob.(*Decoder).recvMessage(0xc2080a6a00, 0xc208066900)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/encoding/gob/decoder.go:76 +0x55
2015/05/29 16:31:09 terraform-provider-aws: encoding/gob.(*Decoder).decodeTypeSequence(0xc2080a6a00, 0xc2080b1100, 0x16)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/encoding/gob/decoder.go:140 +0x47
2015/05/29 16:31:09 terraform-provider-aws: encoding/gob.(*Decoder).DecodeValue(0xc2080a6a00, 0x910040, 0xc2080b11a0, 0x16, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/encoding/gob/decoder.go:208 +0x192
2015/05/29 16:31:09 terraform-provider-aws: encoding/gob.(*Decoder).Decode(0xc2080a6a00, 0x910040, 0xc2080b11a0, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/encoding/gob/decoder.go:185 +0x297
2015/05/29 16:31:09 terraform-provider-aws: net/rpc.(*gobServerCodec).ReadRequestHeader(0xc208106780, 0xc2080b11a0, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/rpc/server.go:402 +0x5e
2015/05/29 16:31:09 terraform-provider-aws: net/rpc.(*Server).readRequestHeader(0xc20807df80, 0x7f262d0aab58, 0xc208106780, 0x0, 0x0, 0xc2080b11a0, 0xc2080fb100, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/rpc/server.go:575 +0x97
2015/05/29 16:31:09 terraform-provider-aws: net/rpc.(*Server).readRequest(0xc20807df80, 0x7f262d0aab58, 0xc208106780, 0xc2080a6980, 0xc20812a320, 0x90a100, 0x0, 0x0, 0x0, 0x0, ...)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/rpc/server.go:542 +0xa2
2015/05/29 16:31:09 terraform-provider-aws: net/rpc.(*Server).ServeCodec(0xc20807df80, 0x7f262d0aab58, 0xc208106780)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/rpc/server.go:461 +0x6d
2015/05/29 16:31:09 terraform-provider-aws: net/rpc.(*Server).ServeConn(0xc20807df80, 0x7f262d0aaa80, 0xc2080388c0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/rpc/server.go:453 +0x208
2015/05/29 16:31:09 terraform-provider-aws: github.com/hashicorp/terraform/rpc.serve(0x7f262d0aaa80, 0xc2080388c0, 0xbfddf0, 0x10, 0xb39ba0, 0xc2080b0980)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/rpc/server.go:146 +0x1f9
2015/05/29 16:31:09 terraform-provider-aws: github.com/hashicorp/terraform/rpc.func·001()
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/rpc/server.go:102 +0x265
2015/05/29 16:31:09 terraform-provider-aws: created by github.com/hashicorp/terraform/rpc.(*dispenseServer).ResourceProvider
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/rpc/server.go:103 +0x107
2015/05/29 16:31:09 terraform-provider-aws: 
2015/05/29 16:31:09 terraform-provider-aws: goroutine 63 [select]:
2015/05/29 16:31:09 terraform-provider-aws: github.com/hashicorp/yamux.(*Stream).Read(0xc208038140, 0xc208115000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/yamux/stream.go:125 +0x3ab
2015/05/29 16:31:09 terraform-provider-aws: bufio.(*Reader).fill(0xc20805c060)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:97 +0x1ce
2015/05/29 16:31:09 terraform-provider-aws: bufio.(*Reader).Read(0xc20805c060, 0xc208188130, 0x1, 0x9, 0xc2080d5858, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:174 +0x26c
2015/05/29 16:31:09 terraform-provider-aws: io.ReadAtLeast(0x7f262d0aa9f8, 0xc20805c060, 0xc208188130, 0x1, 0x9, 0x1, 0x0, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/io/io.go:298 +0xf1
2015/05/29 16:31:09 terraform-provider-aws: io.ReadFull(0x7f262d0aa9f8, 0xc20805c060, 0xc208188130, 0x1, 0x9, 0x1, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/io/io.go:316 +0x6d
2015/05/29 16:31:09 terraform-provider-aws: encoding/gob.decodeUintReader(0x7f262d0aa9f8, 0xc20805c060, 0xc208188130, 0x9, 0x9, 0x0, 0x1, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/encoding/gob/decode.go:121 +0x99
2015/05/29 16:31:09 terraform-provider-aws: encoding/gob.(*Decoder).recvMessage(0xc2080a6c80, 0xc208067e60)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/encoding/gob/decoder.go:76 +0x55
2015/05/29 16:31:09 terraform-provider-aws: encoding/gob.(*Decoder).decodeTypeSequence(0xc2080a6c80, 0xc20812a900, 0x16)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/encoding/gob/decoder.go:140 +0x47
2015/05/29 16:31:09 terraform-provider-aws: encoding/gob.(*Decoder).DecodeValue(0xc2080a6c80, 0x910040, 0xc20812a9a0, 0x16, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/encoding/gob/decoder.go:208 +0x192
2015/05/29 16:31:09 terraform-provider-aws: encoding/gob.(*Decoder).Decode(0xc2080a6c80, 0x910040, 0xc20812a9a0, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/encoding/gob/decoder.go:185 +0x297
2015/05/29 16:31:09 terraform-provider-aws: net/rpc.(*gobServerCodec).ReadRequestHeader(0xc20818af30, 0xc20812a9a0, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/rpc/server.go:402 +0x5e
2015/05/29 16:31:09 terraform-provider-aws: net/rpc.(*Server).readRequestHeader(0xc208184dc0, 0x7f262d0aab58, 0xc20818af30, 0x0, 0x0, 0xc20812a9a0, 0xc208188100, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/rpc/server.go:575 +0x97
2015/05/29 16:31:09 terraform-provider-aws: net/rpc.(*Server).readRequest(0xc208184dc0, 0x7f262d0aab58, 0xc20818af30, 0xc2080a6a80, 0xc208021780, 0x909fe0, 0x0, 0x0, 0x0, 0x0, ...)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/rpc/server.go:542 +0xa2
2015/05/29 16:31:09 terraform-provider-aws: net/rpc.(*Server).ServeCodec(0xc208184dc0, 0x7f262d0aab58, 0xc20818af30)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/rpc/server.go:461 +0x6d
2015/05/29 16:31:09 terraform-provider-aws: net/rpc.(*Server).ServeConn(0xc208184dc0, 0x7f262d0aaa80, 0xc208038140)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/rpc/server.go:453 +0x208
2015/05/29 16:31:09 terraform-provider-aws: github.com/hashicorp/terraform/rpc.serve(0x7f262d0aaa80, 0xc208038140, 0xbfddf0, 0x10, 0xb39ba0, 0xc20812a060)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/rpc/server.go:146 +0x1f9
2015/05/29 16:31:09 terraform-provider-aws: github.com/hashicorp/terraform/rpc.func·001()
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/rpc/server.go:102 +0x265
2015/05/29 16:31:09 terraform-provider-aws: created by github.com/hashicorp/terraform/rpc.(*dispenseServer).ResourceProvider
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/rpc/server.go:103 +0x107
2015/05/29 16:31:09 terraform-provider-aws: 
2015/05/29 16:31:09 terraform-provider-aws: goroutine 233 [select]:
2015/05/29 16:31:09 terraform-provider-aws: net/http.(*persistConn).roundTrip(0xc20842c790, 0xc20826a120, 0x0, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/transport.go:1082 +0x7ad
2015/05/29 16:31:09 terraform-provider-aws: net/http.(*Transport).RoundTrip(0xc208064090, 0xc20835fe10, 0xc208308030, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/transport.go:235 +0x558
2015/05/29 16:31:09 terraform-provider-aws: net/http.send(0xc20835fe10, 0x7f262d0a9110, 0xc208064090, 0x24, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/client.go:219 +0x4fc
2015/05/29 16:31:09 terraform-provider-aws: net/http.(*Client).send(0xfbe9c0, 0xc20835fe10, 0x24, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/client.go:142 +0x15b
2015/05/29 16:31:09 terraform-provider-aws: net/http.(*Client).doFollowingRedirects(0xfbe9c0, 0xc20835fe10, 0xd92180, 0x0, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/client.go:367 +0xb25
2015/05/29 16:31:09 terraform-provider-aws: net/http.(*Client).Do(0xfbe9c0, 0xc20835fe10, 0x7ffc29dc7e22, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/client.go:177 +0x192
2015/05/29 16:31:09 terraform-provider-aws: github.com/awslabs/aws-sdk-go/aws.SendHandler(0xc2082e7180)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/awslabs/aws-sdk-go/aws/handler_functions.go:62 +0x4c
2015/05/29 16:31:09 terraform-provider-aws: github.com/awslabs/aws-sdk-go/aws.(*HandlerList).Run(0xc2082e71d0, 0xc2082e7180)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/awslabs/aws-sdk-go/aws/handlers.go:83 +0x6e
2015/05/29 16:31:09 terraform-provider-aws: github.com/awslabs/aws-sdk-go/aws.(*Request).Send(0xc2082e7180, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/awslabs/aws-sdk-go/aws/request.go:188 +0x10c
2015/05/29 16:31:09 terraform-provider-aws: github.com/awslabs/aws-sdk-go/service/ec2.(*EC2).DescribeAddresses(0xc20804ef30, 0xc208354a80, 0xc2082997a0, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/awslabs/aws-sdk-go/service/ec2/api.go:2929 +0x5c
2015/05/29 16:31:09 terraform-provider-aws: github.com/hashicorp/terraform/builtin/providers/aws.resourceAwsEipRead(0xc208354a20, 0x908cc0, 0xc208050cd0, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/builtin/providers/aws/resource_aws_eip.go:124 +0x3ce
2015/05/29 16:31:09 terraform-provider-aws: github.com/hashicorp/terraform/helper/schema.(*Resource).Refresh(0xc208185700, 0xc20832dbf0, 0x908cc0, 0xc208050cd0, 0xc208047490, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/helper/schema/resource.go:209 +0x475
2015/05/29 16:31:09 terraform-provider-aws: github.com/hashicorp/terraform/helper/schema.(*Provider).Refresh(0xc20818ad80, 0xc208415e00, 0xc20832dbf0, 0x90a040, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/helper/schema/provider.go:180 +0x1c7
2015/05/29 16:31:09 terraform-provider-aws: github.com/hashicorp/terraform/rpc.(*ResourceProviderServer).Refresh(0xc20812a060, 0xc208279800, 0xc208279af0, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/rpc/resource_provider.go:341 +0x73
2015/05/29 16:31:09 terraform-provider-aws: reflect.Value.call(0xa075a0, 0xb39d00, 0x13, 0xb89960, 0x4, 0xc208427f28, 0x3, 0x3, 0x0, 0x0, ...)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/reflect/value.go:419 +0x10e5
2015/05/29 16:31:09 terraform-provider-aws: reflect.Value.Call(0xa075a0, 0xb39d00, 0x13, 0xc208427f28, 0x3, 0x3, 0x0, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/reflect/value.go:296 +0xbc
2015/05/29 16:31:09 terraform-provider-aws: net/rpc.(*service).call(0xc208184e40, 0xc208184dc0, 0xc208188108, 0xc2080a6a80, 0xc208021780, 0x909fe0, 0xc208279800, 0x16, 0x90a040, 0xc208279af0, ...)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/rpc/server.go:382 +0x1f7
2015/05/29 16:31:09 terraform-provider-aws: created by net/rpc.(*Server).ServeCodec
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/rpc/server.go:476 +0x44a
2015/05/29 16:31:09 terraform-provider-aws: 
2015/05/29 16:31:09 terraform-provider-aws: goroutine 239 [select]:
2015/05/29 16:31:09 terraform-provider-aws: net/http.(*persistConn).writeLoop(0xc20842c790)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/transport.go:945 +0x41d
2015/05/29 16:31:09 terraform-provider-aws: created by net/http.(*Transport).dialConn
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/transport.go:661 +0xcbc
2015/05/29 16:31:09 terraform-provider-aws: 
2015/05/29 16:31:09 terraform-provider-aws: goroutine 82 [runnable]:
2015/05/29 16:31:09 terraform-provider-aws: net/http.(*persistConn).readLoop(0xc208081080)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/transport.go:928 +0x9ce
2015/05/29 16:31:09 terraform-provider-aws: created by net/http.(*Transport).dialConn
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/transport.go:660 +0xc9f
2015/05/29 16:31:09 terraform-provider-aws: 
2015/05/29 16:31:09 terraform-provider-aws: goroutine 213 [chan receive]:
2015/05/29 16:31:09 terraform-provider-aws: net/http.func·016()
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/transport.go:507 +0x65
2015/05/29 16:31:09 terraform-provider-aws: created by net/http.func·017
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/transport.go:513 +0xba
2015/05/29 16:31:09 terraform-provider-aws: 
2015/05/29 16:31:09 terraform-provider-aws: goroutine 72 [sleep]:
2015/05/29 16:31:09 terraform-provider-aws: net.func·019()
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/dnsclient_unix.go:240 +0x5a
2015/05/29 16:31:09 terraform-provider-aws: created by net.loadConfig
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/dnsclient_unix.go:269 +0x20c
2015/05/29 16:31:09 terraform-provider-aws: 
2015/05/29 16:31:09 terraform-provider-aws: goroutine 238 [IO wait]:
2015/05/29 16:31:09 terraform-provider-aws: net.(*pollDesc).Wait(0xc208012e60, 0x72, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/fd_poll_runtime.go:84 +0x47
2015/05/29 16:31:09 terraform-provider-aws: net.(*pollDesc).WaitRead(0xc208012e60, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/fd_poll_runtime.go:89 +0x43
2015/05/29 16:31:09 terraform-provider-aws: net.(*netFD).Read(0xc208012e00, 0xc2082ad800, 0x400, 0x400, 0x0, 0x7f262d0a8e30, 0xc20826b1a0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/fd_unix.go:242 +0x40f
2015/05/29 16:31:09 terraform-provider-aws: net.(*conn).Read(0xc20804e9b0, 0xc2082ad800, 0x400, 0x400, 0x0, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/net.go:121 +0xdc
2015/05/29 16:31:09 terraform-provider-aws: crypto/tls.(*block).readFromUntil(0xc2083086c0, 0x7f262d0ab6f8, 0xc20804e9b0, 0x5, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/crypto/tls/conn.go:454 +0xe6
2015/05/29 16:31:09 terraform-provider-aws: crypto/tls.(*Conn).readRecord(0xc2081a62c0, 0x17, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/crypto/tls/conn.go:539 +0x2da
2015/05/29 16:31:09 terraform-provider-aws: crypto/tls.(*Conn).Read(0xc2081a62c0, 0xc2082b1000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/crypto/tls/conn.go:904 +0x166
2015/05/29 16:31:09 terraform-provider-aws: net/http.noteEOFReader.Read(0x7f262d0b4348, 0xc2081a62c0, 0xc20842c7e8, 0xc2082b1000, 0x1000, 0x1000, 0x7f262d097010, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/transport.go:1270 +0x6e
2015/05/29 16:31:09 terraform-provider-aws: net/http.(*noteEOFReader).Read(0xc208282ec0, 0xc2082b1000, 0x1000, 0x1000, 0xc207fc219d, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     <autogenerated>:125 +0xd4
2015/05/29 16:31:09 terraform-provider-aws: bufio.(*Reader).fill(0xc208355b60)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:97 +0x1ce
2015/05/29 16:31:09 terraform-provider-aws: bufio.(*Reader).Peek(0xc208355b60, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:132 +0xf0
2015/05/29 16:31:09 terraform-provider-aws: net/http.(*persistConn).readLoop(0xc20842c790)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/transport.go:842 +0xa4
2015/05/29 16:31:09 terraform-provider-aws: created by net/http.(*Transport).dialConn
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/transport.go:660 +0xc9f
2015/05/29 16:31:09 terraform-provider-aws: 
2015/05/29 16:31:09 terraform-provider-aws: goroutine 215 [select]:
2015/05/29 16:31:09 terraform-provider-aws: net/http.(*persistConn).roundTrip(0xc208098bb0, 0xc20831d140, 0x0, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/transport.go:1082 +0x7ad
2015/05/29 16:31:09 terraform-provider-aws: net/http.(*Transport).RoundTrip(0xc208064090, 0xc20835eb60, 0xc20850f470, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/transport.go:235 +0x558
2015/05/29 16:31:09 terraform-provider-aws: net/http.send(0xc20835eb60, 0x7f262d0a9110, 0xc208064090, 0x24, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/client.go:219 +0x4fc
2015/05/29 16:31:09 terraform-provider-aws: net/http.(*Client).send(0xfbe9c0, 0xc20835eb60, 0x24, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/client.go:142 +0x15b
2015/05/29 16:31:09 terraform-provider-aws: net/http.(*Client).doFollowingRedirects(0xfbe9c0, 0xc20835eb60, 0xd92180, 0x0, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/client.go:367 +0xb25
2015/05/29 16:31:09 terraform-provider-aws: net/http.(*Client).Do(0xfbe9c0, 0xc20835eb60, 0x7ffc29dc7e22, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/client.go:177 +0x192
2015/05/29 16:31:09 terraform-provider-aws: github.com/awslabs/aws-sdk-go/aws.SendHandler(0xc208417880)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/awslabs/aws-sdk-go/aws/handler_functions.go:62 +0x4c
2015/05/29 16:31:09 terraform-provider-aws: github.com/awslabs/aws-sdk-go/aws.(*HandlerList).Run(0xc2084178d0, 0xc208417880)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/awslabs/aws-sdk-go/aws/handlers.go:83 +0x6e
2015/05/29 16:31:09 terraform-provider-aws: github.com/awslabs/aws-sdk-go/aws.(*Request).Send(0xc208417880, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/awslabs/aws-sdk-go/aws/request.go:188 +0x10c
2015/05/29 16:31:09 terraform-provider-aws: github.com/awslabs/aws-sdk-go/service/ec2.(*EC2).DescribeAddresses(0xc20804ef30, 0xc20844f440, 0xc20849ea60, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/awslabs/aws-sdk-go/service/ec2/api.go:2929 +0x5c
2015/05/29 16:31:09 terraform-provider-aws: github.com/hashicorp/terraform/builtin/providers/aws.resourceAwsEipRead(0xc20844f3e0, 0x908cc0, 0xc208050cd0, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/builtin/providers/aws/resource_aws_eip.go:124 +0x3ce
2015/05/29 16:31:09 terraform-provider-aws: github.com/hashicorp/terraform/helper/schema.(*Resource).Refresh(0xc208185700, 0xc20850ef00, 0x908cc0, 0xc208050cd0, 0xc208047490, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/helper/schema/resource.go:209 +0x475
2015/05/29 16:31:09 terraform-provider-aws: github.com/hashicorp/terraform/helper/schema.(*Provider).Refresh(0xc20818ad80, 0xc2084a9680, 0xc20850ef00, 0x90a040, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/helper/schema/provider.go:180 +0x1c7
2015/05/29 16:31:09 terraform-provider-aws: github.com/hashicorp/terraform/rpc.(*ResourceProviderServer).Refresh(0xc20812a060, 0xc20831c8b0, 0xc20831cb20, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/rpc/resource_provider.go:341 +0x73
2015/05/29 16:31:09 terraform-provider-aws: reflect.Value.call(0xa075a0, 0xb39d00, 0x13, 0xb89960, 0x4, 0xc20848bf28, 0x3, 0x3, 0x0, 0x0, ...)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/reflect/value.go:419 +0x10e5
2015/05/29 16:31:09 terraform-provider-aws: reflect.Value.Call(0xa075a0, 0xb39d00, 0x13, 0xc20848bf28, 0x3, 0x3, 0x0, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/reflect/value.go:296 +0xbc
2015/05/29 16:31:09 terraform-provider-aws: net/rpc.(*service).call(0xc208184e40, 0xc208184dc0, 0xc208188108, 0xc2080a6a80, 0xc2080213c0, 0x909fe0, 0xc20831c8b0, 0x16, 0x90a040, 0xc20831cb20, ...)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/rpc/server.go:382 +0x1f7
2015/05/29 16:31:09 terraform-provider-aws: created by net/rpc.(*Server).ServeCodec
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/rpc/server.go:476 +0x44a
2015/05/29 16:31:09 terraform-provider-aws: 
2015/05/29 16:31:09 terraform-provider-aws: goroutine 83 [runnable]:
2015/05/29 16:31:09 terraform-provider-aws: net/http.(*persistConn).writeLoop(0xc208081080)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/transport.go:945 +0x41d
2015/05/29 16:31:09 terraform-provider-aws: created by net/http.(*Transport).dialConn
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/transport.go:661 +0xcbc
2015/05/29 16:31:09 terraform-provider-aws: 
2015/05/29 16:31:09 terraform-provider-aws: goroutine 222 [IO wait]:
2015/05/29 16:31:09 terraform-provider-aws: net.(*pollDesc).Wait(0xc2081c6bc0, 0x72, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/fd_poll_runtime.go:84 +0x47
2015/05/29 16:31:09 terraform-provider-aws: net.(*pollDesc).WaitRead(0xc2081c6bc0, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/fd_poll_runtime.go:89 +0x43
2015/05/29 16:31:09 terraform-provider-aws: net.(*netFD).Read(0xc2081c6b60, 0xc208407800, 0x400, 0x400, 0x0, 0x7f262d0a8e30, 0xc20830a140)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/fd_unix.go:242 +0x40f
2015/05/29 16:31:09 terraform-provider-aws: net.(*conn).Read(0xc2083def18, 0xc208407800, 0x400, 0x400, 0x0, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/net.go:121 +0xdc
2015/05/29 16:31:09 terraform-provider-aws: crypto/tls.(*block).readFromUntil(0xc20850fcb0, 0x7f262d0ab6f8, 0xc2083def18, 0x5, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/crypto/tls/conn.go:454 +0xe6
2015/05/29 16:31:09 terraform-provider-aws: crypto/tls.(*Conn).readRecord(0xc2083c78c0, 0x17, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/crypto/tls/conn.go:539 +0x2da
2015/05/29 16:31:09 terraform-provider-aws: crypto/tls.(*Conn).Read(0xc2083c78c0, 0xc2084d0000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/crypto/tls/conn.go:904 +0x166
2015/05/29 16:31:09 terraform-provider-aws: net/http.noteEOFReader.Read(0x7f262d0b4348, 0xc2083c78c0, 0xc20842c898, 0xc2084d0000, 0x1000, 0x1000, 0x7f262d097010, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/transport.go:1270 +0x6e
2015/05/29 16:31:09 terraform-provider-aws: net/http.(*noteEOFReader).Read(0xc20849fe60, 0xc2084d0000, 0x1000, 0x1000, 0xc207ffb039, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     <autogenerated>:125 +0xd4
2015/05/29 16:31:09 terraform-provider-aws: bufio.(*Reader).fill(0xc208412f00)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:97 +0x1ce
2015/05/29 16:31:09 terraform-provider-aws: bufio.(*Reader).Peek(0xc208412f00, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:132 +0xf0
2015/05/29 16:31:09 terraform-provider-aws: net/http.(*persistConn).readLoop(0xc20842c840)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/transport.go:842 +0xa4
2015/05/29 16:31:09 terraform-provider-aws: created by net/http.(*Transport).dialConn
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/transport.go:660 +0xc9f
2015/05/29 16:31:09 terraform-provider-aws: 
2015/05/29 16:31:09 terraform-provider-aws: goroutine 209 [chan receive]:
2015/05/29 16:31:09 terraform-provider-aws: net/http.func·016()
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/transport.go:507 +0x65
2015/05/29 16:31:09 terraform-provider-aws: created by net/http.func·017
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/transport.go:513 +0xba
2015/05/29 16:31:09 terraform-provider-aws: 
2015/05/29 16:31:09 terraform-provider-aws: goroutine 197 [select]:
2015/05/29 16:31:09 terraform-provider-aws: net/http.(*persistConn).roundTrip(0xc208080bb0, 0xc2080f3ed0, 0x0, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/transport.go:1082 +0x7ad
2015/05/29 16:31:09 terraform-provider-aws: net/http.(*Transport).RoundTrip(0xc208064090, 0xc20835edd0, 0xc2081c07b0, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/transport.go:235 +0x558
2015/05/29 16:31:09 terraform-provider-aws: net/http.send(0xc20835edd0, 0x7f262d0a9110, 0xc208064090, 0x24, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/client.go:219 +0x4fc
2015/05/29 16:31:09 terraform-provider-aws: net/http.(*Client).send(0xfbe9c0, 0xc20835edd0, 0x24, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/client.go:142 +0x15b
2015/05/29 16:31:09 terraform-provider-aws: net/http.(*Client).doFollowingRedirects(0xfbe9c0, 0xc20835edd0, 0xd92180, 0x0, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/client.go:367 +0xb25
2015/05/29 16:31:09 terraform-provider-aws: net/http.(*Client).Do(0xfbe9c0, 0xc20835edd0, 0x7ffc29dc7e22, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/client.go:177 +0x192
2015/05/29 16:31:09 terraform-provider-aws: github.com/awslabs/aws-sdk-go/aws.SendHandler(0xc208416fc0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/awslabs/aws-sdk-go/aws/handler_functions.go:62 +0x4c
2015/05/29 16:31:09 terraform-provider-aws: github.com/awslabs/aws-sdk-go/aws.(*HandlerList).Run(0xc208417010, 0xc208416fc0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/awslabs/aws-sdk-go/aws/handlers.go:83 +0x6e
2015/05/29 16:31:09 terraform-provider-aws: github.com/awslabs/aws-sdk-go/aws.(*Request).Send(0xc208416fc0, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/awslabs/aws-sdk-go/aws/request.go:188 +0x10c
2015/05/29 16:31:09 terraform-provider-aws: github.com/awslabs/aws-sdk-go/service/ec2.(*EC2).DescribeVPNConnections(0xc20804ef30, 0xc208078380, 0xc2081beea0, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/awslabs/aws-sdk-go/service/ec2/api.go:4453 +0x5c
2015/05/29 16:31:09 terraform-provider-aws: github.com/hashicorp/terraform/builtin/providers/aws.resourceAwsVpnConnectionRouteRead(0xc20844ff80, 0x908cc0, 0xc208050cd0, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/builtin/providers/aws/resource_vpn_connection_route.go:83 +0x515
2015/05/29 16:31:09 terraform-provider-aws: github.com/hashicorp/terraform/helper/schema.(*Resource).Refresh(0xc208184d40, 0xc2081c0480, 0x908cc0, 0xc208050cd0, 0xc208047578, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/helper/schema/resource.go:209 +0x475
2015/05/29 16:31:09 terraform-provider-aws: github.com/hashicorp/terraform/helper/schema.(*Provider).Refresh(0xc20818ad80, 0xc20807c180, 0xc2081c0480, 0x90a040, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/helper/schema/provider.go:180 +0x1c7
2015/05/29 16:31:09 terraform-provider-aws: github.com/hashicorp/terraform/rpc.(*ResourceProviderServer).Refresh(0xc20812a060, 0xc2080f2f20, 0xc2080f3090, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/rpc/resource_provider.go:341 +0x73
2015/05/29 16:31:09 terraform-provider-aws: reflect.Value.call(0xa075a0, 0xb39d00, 0x13, 0xb89960, 0x4, 0xc20814df28, 0x3, 0x3, 0x0, 0x0, ...)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/reflect/value.go:419 +0x10e5
2015/05/29 16:31:09 terraform-provider-aws: reflect.Value.Call(0xa075a0, 0xb39d00, 0x13, 0xc20814df28, 0x3, 0x3, 0x0, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/reflect/value.go:296 +0xbc
2015/05/29 16:31:09 terraform-provider-aws: net/rpc.(*service).call(0xc208184e40, 0xc208184dc0, 0xc208188108, 0xc2080a6a80, 0xc2080b19e0, 0x909fe0, 0xc2080f2f20, 0x16, 0x90a040, 0xc2080f3090, ...)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/rpc/server.go:382 +0x1f7
2015/05/29 16:31:09 terraform-provider-aws: created by net/rpc.(*Server).ServeCodec
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/rpc/server.go:476 +0x44a
2015/05/29 16:31:09 terraform-provider-aws: 
2015/05/29 16:31:09 terraform-provider-aws: goroutine 211 [chan receive]:
2015/05/29 16:31:09 terraform-provider-aws: net/http.(*Transport).dialConn(0xc208064090, 0x0, 0xc2084d43f0, 0x5, 0xc208453780, 0x1f, 0xc2080a6a80, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/transport.go:643 +0x8d3
2015/05/29 16:31:09 terraform-provider-aws: net/http.func·019()
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/transport.go:520 +0x42
2015/05/29 16:31:09 terraform-provider-aws: created by net/http.(*Transport).getConn
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/transport.go:522 +0x335
2015/05/29 16:31:09 terraform-provider-aws: 
2015/05/29 16:31:09 terraform-provider-aws: goroutine 207 [select]:
2015/05/29 16:31:09 terraform-provider-aws: net/http.(*persistConn).roundTrip(0xc208099130, 0xc20852dc50, 0x0, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/transport.go:1082 +0x7ad
2015/05/29 16:31:09 terraform-provider-aws: net/http.(*Transport).RoundTrip(0xc208064090, 0xc20835e340, 0xc2084d45d0, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/transport.go:235 +0x558
2015/05/29 16:31:09 terraform-provider-aws: net/http.send(0xc20835e340, 0x7f262d0a9110, 0xc208064090, 0x24, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/client.go:219 +0x4fc
2015/05/29 16:31:09 terraform-provider-aws: net/http.(*Client).send(0xfbe9c0, 0xc20835e340, 0x24, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/client.go:142 +0x15b
2015/05/29 16:31:09 terraform-provider-aws: net/http.(*Client).doFollowingRedirects(0xfbe9c0, 0xc20835e340, 0xd92180, 0x0, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/client.go:367 +0xb25
2015/05/29 16:31:09 terraform-provider-aws: net/http.(*Client).Do(0xfbe9c0, 0xc20835e340, 0x7ffc29dc7e22, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/client.go:177 +0x192
2015/05/29 16:31:09 terraform-provider-aws: github.com/awslabs/aws-sdk-go/aws.SendHandler(0xc208417180)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/awslabs/aws-sdk-go/aws/handler_functions.go:62 +0x4c
2015/05/29 16:31:09 terraform-provider-aws: github.com/awslabs/aws-sdk-go/aws.(*HandlerList).Run(0xc2084171d0, 0xc208417180)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/awslabs/aws-sdk-go/aws/handlers.go:83 +0x6e
2015/05/29 16:31:09 terraform-provider-aws: github.com/awslabs/aws-sdk-go/aws.(*Request).Send(0xc208417180, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/awslabs/aws-sdk-go/aws/request.go:188 +0x10c
2015/05/29 16:31:09 terraform-provider-aws: github.com/awslabs/aws-sdk-go/service/ec2.(*EC2).DescribeVPNConnections(0xc20804ef30, 0xc208527700, 0xc208453420, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/awslabs/aws-sdk-go/service/ec2/api.go:4453 +0x5c
2015/05/29 16:31:09 terraform-provider-aws: github.com/hashicorp/terraform/builtin/providers/aws.resourceAwsVpnConnectionRouteRead(0xc2083b3aa0, 0x908cc0, 0xc208050cd0, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/builtin/providers/aws/resource_vpn_connection_route.go:83 +0x515
2015/05/29 16:31:09 terraform-provider-aws: github.com/hashicorp/terraform/helper/schema.(*Resource).Refresh(0xc208184d40, 0xc2081c1ec0, 0x908cc0, 0xc208050cd0, 0xc208047578, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/helper/schema/resource.go:209 +0x475
2015/05/29 16:31:09 terraform-provider-aws: github.com/hashicorp/terraform/helper/schema.(*Provider).Refresh(0xc20818ad80, 0xc208526fc0, 0xc2081c1ec0, 0x90a040, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/helper/schema/provider.go:180 +0x1c7
2015/05/29 16:31:09 terraform-provider-aws: github.com/hashicorp/terraform/rpc.(*ResourceProviderServer).Refresh(0xc20812a060, 0xc20852cc40, 0xc20852cd10, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/rpc/resource_provider.go:341 +0x73
2015/05/29 16:31:09 terraform-provider-aws: reflect.Value.call(0xa075a0, 0xb39d00, 0x13, 0xb89960, 0x4, 0xc208399f28, 0x3, 0x3, 0x0, 0x0, ...)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/reflect/value.go:419 +0x10e5
2015/05/29 16:31:09 terraform-provider-aws: reflect.Value.Call(0xa075a0, 0xb39d00, 0x13, 0xc208399f28, 0x3, 0x3, 0x0, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/reflect/value.go:296 +0xbc
2015/05/29 16:31:09 terraform-provider-aws: net/rpc.(*service).call(0xc208184e40, 0xc208184dc0, 0xc208188108, 0xc2080a6a80, 0xc20832e220, 0x909fe0, 0xc20852cc40, 0x16, 0x90a040, 0xc20852cd10, ...)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/rpc/server.go:382 +0x1f7
2015/05/29 16:31:09 terraform-provider-aws: created by net/rpc.(*Server).ServeCodec
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/rpc/server.go:476 +0x44a
2015/05/29 16:31:09 terraform-provider-aws: 
2015/05/29 16:31:09 terraform-provider-aws: goroutine 229 [IO wait]:
2015/05/29 16:31:09 terraform-provider-aws: net.(*pollDesc).Wait(0xc208352290, 0x72, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/fd_poll_runtime.go:84 +0x47
2015/05/29 16:31:09 terraform-provider-aws: net.(*pollDesc).WaitRead(0xc208352290, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/fd_poll_runtime.go:89 +0x43
2015/05/29 16:31:09 terraform-provider-aws: net.(*netFD).Read(0xc208352230, 0xc2083c4000, 0x2000, 0x2000, 0x0, 0x7f262d0a8e30, 0xc20824eb40)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/fd_unix.go:242 +0x40f
2015/05/29 16:31:09 terraform-provider-aws: net.(*conn).Read(0xc20804ff20, 0xc2083c4000, 0x2000, 0x2000, 0x0, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/net.go:121 +0xdc
2015/05/29 16:31:09 terraform-provider-aws: crypto/tls.(*block).readFromUntil(0xc2081b1fb0, 0x7f262d0ab6f8, 0xc20804ff20, 0x5, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/crypto/tls/conn.go:454 +0xe6
2015/05/29 16:31:09 terraform-provider-aws: crypto/tls.(*Conn).readRecord(0xc2083c6580, 0x14, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/crypto/tls/conn.go:539 +0x2da
2015/05/29 16:31:09 terraform-provider-aws: crypto/tls.(*clientHandshakeState).readFinished(0xc2083c8630, 0x0, 0x0, 0x0, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/crypto/tls/handshake_client.go:538 +0x5e
2015/05/29 16:31:09 terraform-provider-aws: crypto/tls.(*Conn).clientHandshake(0xc2083c6580, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/crypto/tls/handshake_client.go:209 +0x1b87
2015/05/29 16:31:09 terraform-provider-aws: crypto/tls.(*Conn).Handshake(0xc2083c6580, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/crypto/tls/conn.go:977 +0xf1
2015/05/29 16:31:09 terraform-provider-aws: net/http.func·022()
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/transport.go:637 +0x3c
2015/05/29 16:31:09 terraform-provider-aws: created by net/http.(*Transport).dialConn
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/transport.go:642 +0x88c
2015/05/29 16:31:09 terraform-provider-aws: 
2015/05/29 16:31:09 terraform-provider-aws: goroutine 210 [chan receive]:
2015/05/29 16:31:09 terraform-provider-aws: net/http.(*Transport).dialConn(0xc208064090, 0x0, 0xc2084d40c0, 0x5, 0xc2084533c0, 0x1f, 0xc2080a6a80, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/transport.go:643 +0x8d3
2015/05/29 16:31:09 terraform-provider-aws: net/http.func·019()
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/transport.go:520 +0x42
2015/05/29 16:31:09 terraform-provider-aws: created by net/http.(*Transport).getConn
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/transport.go:522 +0x335
2015/05/29 16:31:09 terraform-provider-aws: 
2015/05/29 16:31:09 terraform-provider-aws: goroutine 227 [IO wait]:
2015/05/29 16:31:09 terraform-provider-aws: net.(*pollDesc).Wait(0xc2083523e0, 0x72, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/fd_poll_runtime.go:84 +0x47
2015/05/29 16:31:09 terraform-provider-aws: net.(*pollDesc).WaitRead(0xc2083523e0, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/fd_poll_runtime.go:89 +0x43
2015/05/29 16:31:09 terraform-provider-aws: net.(*netFD).Read(0xc208352380, 0xc208194000, 0x2000, 0x2000, 0x0, 0x7f262d0a8e30, 0xc20820c710)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/fd_unix.go:242 +0x40f
2015/05/29 16:31:09 terraform-provider-aws: net.(*conn).Read(0xc20804fee0, 0xc208194000, 0x2000, 0x2000, 0x0, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/net.go:121 +0xdc
2015/05/29 16:31:09 terraform-provider-aws: crypto/tls.(*block).readFromUntil(0xc2081b1ec0, 0x7f262d0ab6f8, 0xc20804fee0, 0x5, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/crypto/tls/conn.go:454 +0xe6
2015/05/29 16:31:09 terraform-provider-aws: crypto/tls.(*Conn).readRecord(0xc2083c6000, 0x14, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/crypto/tls/conn.go:539 +0x2da
2015/05/29 16:31:09 terraform-provider-aws: crypto/tls.(*clientHandshakeState).readFinished(0xc208388cf0, 0x0, 0x0, 0x0, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/crypto/tls/handshake_client.go:538 +0x5e
2015/05/29 16:31:09 terraform-provider-aws: crypto/tls.(*Conn).clientHandshake(0xc2083c6000, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/crypto/tls/handshake_client.go:209 +0x1b87
2015/05/29 16:31:09 terraform-provider-aws: crypto/tls.(*Conn).Handshake(0xc2083c6000, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/crypto/tls/conn.go:977 +0xf1
2015/05/29 16:31:09 terraform-provider-aws: net/http.func·022()
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/transport.go:637 +0x3c
2015/05/29 16:31:09 terraform-provider-aws: created by net/http.(*Transport).dialConn
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/transport.go:642 +0x88c
2015/05/29 16:31:09 terraform-provider-aws: 
2015/05/29 16:31:09 terraform-provider-aws: goroutine 225 [chan receive]:
2015/05/29 16:31:09 terraform-provider-aws: net/http.func·016()
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/transport.go:507 +0x65
2015/05/29 16:31:09 terraform-provider-aws: created by net/http.func·017
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/transport.go:513 +0xba
2015/05/29 16:31:09 terraform-provider-aws: 
2015/05/29 16:31:09 terraform-provider-aws: goroutine 228 [IO wait]:
2015/05/29 16:31:09 terraform-provider-aws: net.(*pollDesc).Wait(0xc208352060, 0x72, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/fd_poll_runtime.go:84 +0x47
2015/05/29 16:31:09 terraform-provider-aws: net.(*pollDesc).WaitRead(0xc208352060, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/fd_poll_runtime.go:89 +0x43
2015/05/29 16:31:09 terraform-provider-aws: net.(*netFD).Read(0xc208352000, 0xc20843e000, 0x2000, 0x2000, 0x0, 0x7f262d0a8e30, 0xc20822e9c0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/fd_unix.go:242 +0x40f
2015/05/29 16:31:09 terraform-provider-aws: net.(*conn).Read(0xc20804ff00, 0xc20843e000, 0x2000, 0x2000, 0x0, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/net.go:121 +0xdc
2015/05/29 16:31:09 terraform-provider-aws: crypto/tls.(*block).readFromUntil(0xc2081b1f20, 0x7f262d0ab6f8, 0xc20804ff00, 0x5, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/crypto/tls/conn.go:454 +0xe6
2015/05/29 16:31:09 terraform-provider-aws: crypto/tls.(*Conn).readRecord(0xc2083c62c0, 0x14, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/crypto/tls/conn.go:539 +0x2da
2015/05/29 16:31:09 terraform-provider-aws: crypto/tls.(*clientHandshakeState).readFinished(0xc2083c9950, 0x0, 0x0, 0x0, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/crypto/tls/handshake_client.go:538 +0x5e
2015/05/29 16:31:09 terraform-provider-aws: crypto/tls.(*Conn).clientHandshake(0xc2083c62c0, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/crypto/tls/handshake_client.go:209 +0x1b87
2015/05/29 16:31:09 terraform-provider-aws: crypto/tls.(*Conn).Handshake(0xc2083c62c0, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/crypto/tls/conn.go:977 +0xf1
2015/05/29 16:31:09 terraform-provider-aws: net/http.func·022()
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/transport.go:637 +0x3c
2015/05/29 16:31:09 terraform-provider-aws: created by net/http.(*Transport).dialConn
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/transport.go:642 +0x88c
2015/05/29 16:31:09 terraform-provider-aws: 
2015/05/29 16:31:09 terraform-provider-aws: goroutine 214 [chan receive]:
2015/05/29 16:31:09 terraform-provider-aws: net/http.func·016()
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/transport.go:507 +0x65
2015/05/29 16:31:09 terraform-provider-aws: created by net/http.func·017
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/transport.go:513 +0xba
2015/05/29 16:31:09 terraform-provider-aws: 
2015/05/29 16:31:09 terraform-provider-aws: goroutine 178 [IO wait]:
2015/05/29 16:31:09 terraform-provider-aws: net.(*pollDesc).Wait(0xc2081c6d10, 0x72, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/fd_poll_runtime.go:84 +0x47
2015/05/29 16:31:09 terraform-provider-aws: net.(*pollDesc).WaitRead(0xc2081c6d10, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/fd_poll_runtime.go:89 +0x43
2015/05/29 16:31:09 terraform-provider-aws: net.(*netFD).Read(0xc2081c6cb0, 0xc208428000, 0x400, 0x400, 0x0, 0x7f262d0a8e30, 0xc20852ce38)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/fd_unix.go:242 +0x40f
2015/05/29 16:31:09 terraform-provider-aws: net.(*conn).Read(0xc2083de660, 0xc208428000, 0x400, 0x400, 0x0, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/net.go:121 +0xdc
2015/05/29 16:31:09 terraform-provider-aws: crypto/tls.(*block).readFromUntil(0xc20850fd70, 0x7f262d0ab6f8, 0xc2083de660, 0x5, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/crypto/tls/conn.go:454 +0xe6
2015/05/29 16:31:09 terraform-provider-aws: crypto/tls.(*Conn).readRecord(0xc2083c7b80, 0x17, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/crypto/tls/conn.go:539 +0x2da
2015/05/29 16:31:09 terraform-provider-aws: crypto/tls.(*Conn).Read(0xc2083c7b80, 0xc208530000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/crypto/tls/conn.go:904 +0x166
2015/05/29 16:31:09 terraform-provider-aws: net/http.noteEOFReader.Read(0x7f262d0b4348, 0xc2083c7b80, 0xc208080c08, 0xc208530000, 0x1000, 0x1000, 0x9c5380, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/transport.go:1270 +0x6e
2015/05/29 16:31:09 terraform-provider-aws: net/http.(*noteEOFReader).Read(0xc208529f20, 0xc208530000, 0x1000, 0x1000, 0xc208014000, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     <autogenerated>:125 +0xd4
2015/05/29 16:31:09 terraform-provider-aws: bufio.(*Reader).fill(0xc20844e7e0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:97 +0x1ce
2015/05/29 16:31:09 terraform-provider-aws: bufio.(*Reader).Peek(0xc20844e7e0, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:132 +0xf0
2015/05/29 16:31:09 terraform-provider-aws: net/http.(*persistConn).readLoop(0xc208080bb0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/transport.go:842 +0xa4
2015/05/29 16:31:09 terraform-provider-aws: created by net/http.(*Transport).dialConn
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/transport.go:660 +0xc9f
2015/05/29 16:31:09 terraform-provider-aws: 
2015/05/29 16:31:09 terraform-provider-aws: goroutine 212 [chan receive]:
2015/05/29 16:31:09 terraform-provider-aws: net/http.(*Transport).dialConn(0xc208064090, 0x0, 0xc2084d4720, 0x5, 0xc208453b40, 0x1f, 0xc2080a6a80, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/transport.go:643 +0x8d3
2015/05/29 16:31:09 terraform-provider-aws: net/http.func·019()
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/transport.go:520 +0x42
2015/05/29 16:31:09 terraform-provider-aws: created by net/http.(*Transport).getConn
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/transport.go:522 +0x335
2015/05/29 16:31:09 terraform-provider-aws: 
2015/05/29 16:31:09 terraform-provider-aws: goroutine 198 [chan receive]:
2015/05/29 16:31:09 terraform-provider-aws: net/http.(*Transport).dialConn(0xc208064090, 0x0, 0xc2081c05d0, 0x5, 0xc2081bf200, 0x1f, 0xc2080a6a80, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/transport.go:643 +0x8d3
2015/05/29 16:31:09 terraform-provider-aws: net/http.func·019()
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/transport.go:520 +0x42
2015/05/29 16:31:09 terraform-provider-aws: created by net/http.(*Transport).getConn
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/transport.go:522 +0x335
2015/05/29 16:31:09 terraform-provider-aws: 
2015/05/29 16:31:09 terraform-provider-aws: goroutine 135 [IO wait]:
2015/05/29 16:31:09 terraform-provider-aws: net.(*pollDesc).Wait(0xc2083cba30, 0x72, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/fd_poll_runtime.go:84 +0x47
2015/05/29 16:31:09 terraform-provider-aws: net.(*pollDesc).WaitRead(0xc2083cba30, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/fd_poll_runtime.go:89 +0x43
2015/05/29 16:31:09 terraform-provider-aws: net.(*netFD).Read(0xc2083cb9d0, 0xc20817c000, 0x2000, 0x2000, 0x0, 0x7f262d0a8e30, 0xc2082d1618)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/fd_unix.go:242 +0x40f
2015/05/29 16:31:09 terraform-provider-aws: net.(*conn).Read(0xc20804ed48, 0xc20817c000, 0x2000, 0x2000, 0x0, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/net.go:121 +0xdc
2015/05/29 16:31:09 terraform-provider-aws: crypto/tls.(*block).readFromUntil(0xc20818bce0, 0x7f262d0ab6f8, 0xc20804ed48, 0x5, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/crypto/tls/conn.go:454 +0xe6
2015/05/29 16:31:09 terraform-provider-aws: crypto/tls.(*Conn).readRecord(0xc20806d8c0, 0x17, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/crypto/tls/conn.go:539 +0x2da
2015/05/29 16:31:09 terraform-provider-aws: crypto/tls.(*Conn).Read(0xc20806d8c0, 0xc208422000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/crypto/tls/conn.go:904 +0x166
2015/05/29 16:31:09 terraform-provider-aws: net/http.noteEOFReader.Read(0x7f262d0b4348, 0xc20806d8c0, 0xc208098c08, 0xc208422000, 0x1000, 0x1000, 0x9c5380, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/transport.go:1270 +0x6e
2015/05/29 16:31:09 terraform-provider-aws: net/http.(*noteEOFReader).Read(0xc208242560, 0xc208422000, 0x1000, 0x1000, 0xc208014000, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     <autogenerated>:125 +0xd4
2015/05/29 16:31:09 terraform-provider-aws: bufio.(*Reader).fill(0xc208413800)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:97 +0x1ce
2015/05/29 16:31:09 terraform-provider-aws: bufio.(*Reader).Peek(0xc208413800, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:132 +0xf0
2015/05/29 16:31:09 terraform-provider-aws: net/http.(*persistConn).readLoop(0xc208098bb0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/transport.go:842 +0xa4
2015/05/29 16:31:09 terraform-provider-aws: created by net/http.(*Transport).dialConn
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/transport.go:660 +0xc9f
2015/05/29 16:31:09 terraform-provider-aws: 
2015/05/29 16:31:09 terraform-provider-aws: goroutine 208 [select]:
2015/05/29 16:31:09 terraform-provider-aws: net/http.(*persistConn).roundTrip(0xc20842c840, 0xc2083361f0, 0x0, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/transport.go:1082 +0x7ad
2015/05/29 16:31:09 terraform-provider-aws: net/http.(*Transport).RoundTrip(0xc208064090, 0xc20835e410, 0xc2084d4900, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/transport.go:235 +0x558
2015/05/29 16:31:09 terraform-provider-aws: net/http.send(0xc20835e410, 0x7f262d0a9110, 0xc208064090, 0x24, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/client.go:219 +0x4fc
2015/05/29 16:31:09 terraform-provider-aws: net/http.(*Client).send(0xfbe9c0, 0xc20835e410, 0x24, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/client.go:142 +0x15b
2015/05/29 16:31:09 terraform-provider-aws: net/http.(*Client).doFollowingRedirects(0xfbe9c0, 0xc20835e410, 0xd92180, 0x0, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/client.go:367 +0xb25
2015/05/29 16:31:09 terraform-provider-aws: net/http.(*Client).Do(0xfbe9c0, 0xc20835e410, 0x7ffc29dc7e22, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/client.go:177 +0x192
2015/05/29 16:31:09 terraform-provider-aws: github.com/awslabs/aws-sdk-go/aws.SendHandler(0xc208417340)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/awslabs/aws-sdk-go/aws/handler_functions.go:62 +0x4c
2015/05/29 16:31:09 terraform-provider-aws: github.com/awslabs/aws-sdk-go/aws.(*HandlerList).Run(0xc208417390, 0xc208417340)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/awslabs/aws-sdk-go/aws/handlers.go:83 +0x6e
2015/05/29 16:31:09 terraform-provider-aws: github.com/awslabs/aws-sdk-go/aws.(*Request).Send(0xc208417340, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/awslabs/aws-sdk-go/aws/request.go:188 +0x10c
2015/05/29 16:31:09 terraform-provider-aws: github.com/awslabs/aws-sdk-go/service/ec2.(*EC2).DescribeVPNConnections(0xc20804ef30, 0xc208527980, 0xc2084537e0, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/awslabs/aws-sdk-go/service/ec2/api.go:4453 +0x5c
2015/05/29 16:31:09 terraform-provider-aws: github.com/hashicorp/terraform/builtin/providers/aws.resourceAwsVpnConnectionRouteRead(0xc20805d3e0, 0x908cc0, 0xc208050cd0, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/builtin/providers/aws/resource_vpn_connection_route.go:83 +0x515
2015/05/29 16:31:09 terraform-provider-aws: github.com/hashicorp/terraform/helper/schema.(*Resource).Refresh(0xc208184d40, 0xc2081c1f20, 0x908cc0, 0xc208050cd0, 0xc208047578, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/helper/schema/resource.go:209 +0x475
2015/05/29 16:31:09 terraform-provider-aws: github.com/hashicorp/terraform/helper/schema.(*Provider).Refresh(0xc20818ad80, 0xc208527200, 0xc2081c1f20, 0x90a040, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/helper/schema/provider.go:180 +0x1c7
2015/05/29 16:31:09 terraform-provider-aws: github.com/hashicorp/terraform/rpc.(*ResourceProviderServer).Refresh(0xc20812a060, 0xc20852cd20, 0xc20852cde0, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/rpc/resource_provider.go:341 +0x73
2015/05/29 16:31:09 terraform-provider-aws: reflect.Value.call(0xa075a0, 0xb39d00, 0x13, 0xb89960, 0x4, 0xc2083c3f28, 0x3, 0x3, 0x0, 0x0, ...)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/reflect/value.go:419 +0x10e5
2015/05/29 16:31:09 terraform-provider-aws: reflect.Value.Call(0xa075a0, 0xb39d00, 0x13, 0xc2083c3f28, 0x3, 0x3, 0x0, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/reflect/value.go:296 +0xbc
2015/05/29 16:31:09 terraform-provider-aws: net/rpc.(*service).call(0xc208184e40, 0xc208184dc0, 0xc208188108, 0xc2080a6a80, 0xc208021300, 0x909fe0, 0xc20852cd20, 0x16, 0x90a040, 0xc20852cde0, ...)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/rpc/server.go:382 +0x1f7
2015/05/29 16:31:09 terraform-provider-aws: created by net/rpc.(*Server).ServeCodec
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/rpc/server.go:476 +0x44a
2015/05/29 16:31:09 terraform-provider-aws: 
2015/05/29 16:31:09 terraform-provider-aws: goroutine 179 [select]:
2015/05/29 16:31:09 terraform-provider-aws: net/http.(*persistConn).writeLoop(0xc208080bb0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/transport.go:945 +0x41d
2015/05/29 16:31:09 terraform-provider-aws: created by net/http.(*Transport).dialConn
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/transport.go:661 +0xcbc
2015/05/29 16:31:09 terraform-provider-aws: 
2015/05/29 16:31:09 terraform-provider-aws: goroutine 240 [IO wait]:
2015/05/29 16:31:09 terraform-provider-aws: net.(*pollDesc).Wait(0xc208012ed0, 0x72, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/fd_poll_runtime.go:84 +0x47
2015/05/29 16:31:09 terraform-provider-aws: net.(*pollDesc).WaitRead(0xc208012ed0, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/fd_poll_runtime.go:89 +0x43
2015/05/29 16:31:09 terraform-provider-aws: net.(*netFD).Read(0xc208012e70, 0xc2082ad400, 0x400, 0x400, 0x0, 0x7f262d0a8e30, 0xc20826b1b8)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/fd_unix.go:242 +0x40f
2015/05/29 16:31:09 terraform-provider-aws: net.(*conn).Read(0xc20804ea40, 0xc2082ad400, 0x400, 0x400, 0x0, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/net.go:121 +0xdc
2015/05/29 16:31:09 terraform-provider-aws: crypto/tls.(*block).readFromUntil(0xc2083087b0, 0x7f262d0ab6f8, 0xc20804ea40, 0x5, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/crypto/tls/conn.go:454 +0xe6
2015/05/29 16:31:09 terraform-provider-aws: crypto/tls.(*Conn).readRecord(0xc2081a6580, 0x17, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/crypto/tls/conn.go:539 +0x2da
2015/05/29 16:31:09 terraform-provider-aws: crypto/tls.(*Conn).Read(0xc2081a6580, 0xc208245000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/crypto/tls/conn.go:904 +0x166
2015/05/29 16:31:09 terraform-provider-aws: net/http.noteEOFReader.Read(0x7f262d0b4348, 0xc2081a6580, 0xc20842c948, 0xc208245000, 0x1000, 0x1000, 0x7f262d097010, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/transport.go:1270 +0x6e
2015/05/29 16:31:09 terraform-provider-aws: net/http.(*noteEOFReader).Read(0xc208282ee0, 0xc208245000, 0x1000, 0x1000, 0xc207fc219c, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     <autogenerated>:125 +0xd4
2015/05/29 16:31:09 terraform-provider-aws: bufio.(*Reader).fill(0xc208355bc0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:97 +0x1ce
2015/05/29 16:31:09 terraform-provider-aws: bufio.(*Reader).Peek(0xc208355bc0, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:132 +0xf0
2015/05/29 16:31:09 terraform-provider-aws: net/http.(*persistConn).readLoop(0xc20842c8f0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/transport.go:842 +0xa4
2015/05/29 16:31:09 terraform-provider-aws: created by net/http.(*Transport).dialConn
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/transport.go:660 +0xc9f
2015/05/29 16:31:09 terraform-provider-aws: 
2015/05/29 16:31:09 terraform-provider-aws: goroutine 226 [IO wait]:
2015/05/29 16:31:09 terraform-provider-aws: net.(*pollDesc).Wait(0xc208352370, 0x72, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/fd_poll_runtime.go:84 +0x47
2015/05/29 16:31:09 terraform-provider-aws: net.(*pollDesc).WaitRead(0xc208352370, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/fd_poll_runtime.go:89 +0x43
2015/05/29 16:31:09 terraform-provider-aws: net.(*netFD).Read(0xc208352310, 0xc208286000, 0x2000, 0x2000, 0x0, 0x7f262d0a8e30, 0xc2081f8770)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/fd_unix.go:242 +0x40f
2015/05/29 16:31:09 terraform-provider-aws: net.(*conn).Read(0xc20804fec0, 0xc208286000, 0x2000, 0x2000, 0x0, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/net.go:121 +0xdc
2015/05/29 16:31:09 terraform-provider-aws: crypto/tls.(*block).readFromUntil(0xc2081b1e60, 0x7f262d0ab6f8, 0xc20804fec0, 0x5, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/crypto/tls/conn.go:454 +0xe6
2015/05/29 16:31:09 terraform-provider-aws: crypto/tls.(*Conn).readRecord(0xc2081a7b80, 0x14, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/crypto/tls/conn.go:539 +0x2da
2015/05/29 16:31:09 terraform-provider-aws: crypto/tls.(*clientHandshakeState).readFinished(0xc20844a090, 0x0, 0x0, 0x0, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/crypto/tls/handshake_client.go:538 +0x5e
2015/05/29 16:31:09 terraform-provider-aws: crypto/tls.(*Conn).clientHandshake(0xc2081a7b80, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/crypto/tls/handshake_client.go:209 +0x1b87
2015/05/29 16:31:09 terraform-provider-aws: crypto/tls.(*Conn).Handshake(0xc2081a7b80, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/crypto/tls/conn.go:977 +0xf1
2015/05/29 16:31:09 terraform-provider-aws: net/http.func·022()
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/transport.go:637 +0x3c
2015/05/29 16:31:09 terraform-provider-aws: created by net/http.(*Transport).dialConn
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/transport.go:642 +0x88c
2015/05/29 16:31:09 terraform-provider-aws: 
2015/05/29 16:31:09 terraform-provider-aws: goroutine 242 [chan receive]:
2015/05/29 16:31:09 terraform-provider-aws: net/http.func·016()
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/transport.go:507 +0x65
2015/05/29 16:31:09 terraform-provider-aws: created by net/http.func·017
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/transport.go:513 +0xba
2015/05/29 16:31:09 terraform-provider-aws: 
2015/05/29 16:31:09 terraform-provider-aws: goroutine 224 [chan receive]:
2015/05/29 16:31:09 terraform-provider-aws: net/http.func·016()
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/transport.go:507 +0x65
2015/05/29 16:31:09 terraform-provider-aws: created by net/http.func·017
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/transport.go:513 +0xba
2015/05/29 16:31:09 terraform-provider-aws: 
2015/05/29 16:31:09 terraform-provider-aws: goroutine 221 [chan receive]:
2015/05/29 16:31:09 terraform-provider-aws: net/http.(*Transport).dialConn(0xc208064090, 0x0, 0xc20850fa10, 0x5, 0xc20849fd20, 0x1f, 0xc2080a6a80, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/transport.go:643 +0x8d3
2015/05/29 16:31:09 terraform-provider-aws: net/http.func·019()
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/transport.go:520 +0x42
2015/05/29 16:31:09 terraform-provider-aws: created by net/http.(*Transport).getConn
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/transport.go:522 +0x335
2015/05/29 16:31:09 terraform-provider-aws: 
2015/05/29 16:31:09 terraform-provider-aws: goroutine 243 [IO wait]:
2015/05/29 16:31:09 terraform-provider-aws: net.(*pollDesc).Wait(0xc208012f40, 0x72, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/fd_poll_runtime.go:84 +0x47
2015/05/29 16:31:09 terraform-provider-aws: net.(*pollDesc).WaitRead(0xc208012f40, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/fd_poll_runtime.go:89 +0x43
2015/05/29 16:31:09 terraform-provider-aws: net.(*netFD).Read(0xc208012ee0, 0xc2082adc00, 0x400, 0x400, 0x0, 0x7f262d0a8e30, 0xc2081888b0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/fd_unix.go:242 +0x40f
2015/05/29 16:31:09 terraform-provider-aws: net.(*conn).Read(0xc20804ea98, 0xc2082adc00, 0x400, 0x400, 0x0, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/net.go:121 +0xdc
2015/05/29 16:31:09 terraform-provider-aws: crypto/tls.(*block).readFromUntil(0xc208263710, 0x7f262d0ab6f8, 0xc20804ea98, 0x5, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/crypto/tls/conn.go:454 +0xe6
2015/05/29 16:31:09 terraform-provider-aws: crypto/tls.(*Conn).readRecord(0xc2081a6840, 0x17, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/crypto/tls/conn.go:539 +0x2da
2015/05/29 16:31:09 terraform-provider-aws: crypto/tls.(*Conn).Read(0xc2081a6840, 0xc208187000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/crypto/tls/conn.go:904 +0x166
2015/05/29 16:31:09 terraform-provider-aws: net/http.noteEOFReader.Read(0x7f262d0b4348, 0xc2081a6840, 0xc20842caa8, 0xc208187000, 0x1000, 0x1000, 0x7f262d097010, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/transport.go:1270 +0x6e
2015/05/29 16:31:09 terraform-provider-aws: net/http.(*noteEOFReader).Read(0xc2081725e0, 0xc208187000, 0x1000, 0x1000, 0xc207fc21ff, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     <autogenerated>:125 +0xd4
2015/05/29 16:31:09 terraform-provider-aws: bufio.(*Reader).fill(0xc2081a5140)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:97 +0x1ce
2015/05/29 16:31:09 terraform-provider-aws: bufio.(*Reader).Peek(0xc2081a5140, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:132 +0xf0
2015/05/29 16:31:09 terraform-provider-aws: net/http.(*persistConn).readLoop(0xc20842ca50)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/transport.go:842 +0xa4
2015/05/29 16:31:09 terraform-provider-aws: created by net/http.(*Transport).dialConn
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/transport.go:660 +0xc9f
2015/05/29 16:31:09 terraform-provider-aws: 
2015/05/29 16:31:09 terraform-provider-aws: goroutine 165 [IO wait]:
2015/05/29 16:31:09 terraform-provider-aws: net.(*pollDesc).Wait(0xc208012610, 0x72, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/fd_poll_runtime.go:84 +0x47
2015/05/29 16:31:09 terraform-provider-aws: net.(*pollDesc).WaitRead(0xc208012610, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/fd_poll_runtime.go:89 +0x43
2015/05/29 16:31:09 terraform-provider-aws: net.(*netFD).Read(0xc2080125b0, 0xc208406c00, 0x400, 0x400, 0x0, 0x7f262d0a8e30, 0xc20831c0a8)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/fd_unix.go:242 +0x40f
2015/05/29 16:31:09 terraform-provider-aws: net.(*conn).Read(0xc2083de060, 0xc208406c00, 0x400, 0x400, 0x0, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/net.go:121 +0xdc
2015/05/29 16:31:09 terraform-provider-aws: crypto/tls.(*block).readFromUntil(0xc20843a900, 0x7f262d0ab6f8, 0xc2083de060, 0x5, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/crypto/tls/conn.go:454 +0xe6
2015/05/29 16:31:09 terraform-provider-aws: crypto/tls.(*Conn).readRecord(0xc2083c7080, 0x17, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/crypto/tls/conn.go:539 +0x2da
2015/05/29 16:31:09 terraform-provider-aws: crypto/tls.(*Conn).Read(0xc2083c7080, 0xc2083fe000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/crypto/tls/conn.go:904 +0x166
2015/05/29 16:31:09 terraform-provider-aws: net/http.noteEOFReader.Read(0x7f262d0b4348, 0xc2083c7080, 0xc208099188, 0xc2083fe000, 0x1000, 0x1000, 0x9c5380, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/transport.go:1270 +0x6e
2015/05/29 16:31:09 terraform-provider-aws: net/http.(*noteEOFReader).Read(0xc2083fab40, 0xc2083fe000, 0x1000, 0x1000, 0xc208014000, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     <autogenerated>:125 +0xd4
2015/05/29 16:31:09 terraform-provider-aws: bufio.(*Reader).fill(0xc20844fce0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:97 +0x1ce
2015/05/29 16:31:09 terraform-provider-aws: bufio.(*Reader).Peek(0xc20844fce0, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:132 +0xf0
2015/05/29 16:31:09 terraform-provider-aws: net/http.(*persistConn).readLoop(0xc208099130)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/transport.go:842 +0xa4
2015/05/29 16:31:09 terraform-provider-aws: created by net/http.(*Transport).dialConn
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/transport.go:660 +0xc9f
2015/05/29 16:31:09 terraform-provider-aws: 
2015/05/29 16:31:09 terraform-provider-aws: goroutine 216 [chan receive]:
2015/05/29 16:31:09 terraform-provider-aws: net/http.(*Transport).dialConn(0xc208064090, 0x0, 0xc20850f260, 0x5, 0xc20849ed40, 0x1f, 0xc2080a6a80, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/transport.go:643 +0x8d3
2015/05/29 16:31:09 terraform-provider-aws: net/http.func·019()
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/transport.go:520 +0x42
2015/05/29 16:31:09 terraform-provider-aws: created by net/http.(*Transport).getConn
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/transport.go:522 +0x335
2015/05/29 16:31:09 terraform-provider-aws: 
2015/05/29 16:31:09 terraform-provider-aws: goroutine 223 [select]:
2015/05/29 16:31:09 terraform-provider-aws: net/http.(*persistConn).writeLoop(0xc20842c840)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/transport.go:945 +0x41d
2015/05/29 16:31:09 terraform-provider-aws: created by net/http.(*Transport).dialConn
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/transport.go:661 +0xcbc
2015/05/29 16:31:09 terraform-provider-aws: 
2015/05/29 16:31:09 terraform-provider-aws: goroutine 136 [select]:
2015/05/29 16:31:09 terraform-provider-aws: net/http.(*persistConn).writeLoop(0xc208098bb0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/transport.go:945 +0x41d
2015/05/29 16:31:09 terraform-provider-aws: created by net/http.(*Transport).dialConn
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/transport.go:661 +0xcbc
2015/05/29 16:31:09 terraform-provider-aws: 
2015/05/29 16:31:09 terraform-provider-aws: goroutine 244 [select]:
2015/05/29 16:31:09 terraform-provider-aws: net/http.(*persistConn).writeLoop(0xc20842ca50)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/transport.go:945 +0x41d
2015/05/29 16:31:09 terraform-provider-aws: created by net/http.(*Transport).dialConn
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/transport.go:661 +0xcbc
2015/05/29 16:31:09 terraform-provider-aws: 
2015/05/29 16:31:09 terraform-provider-aws: goroutine 181 [IO wait]:
2015/05/29 16:31:09 terraform-provider-aws: net.(*pollDesc).Wait(0xc2081c6ca0, 0x72, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/fd_poll_runtime.go:84 +0x47
2015/05/29 16:31:09 terraform-provider-aws: net.(*pollDesc).WaitRead(0xc2081c6ca0, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/fd_poll_runtime.go:89 +0x43
2015/05/29 16:31:09 terraform-provider-aws: net.(*netFD).Read(0xc2081c6c40, 0xc208428400, 0x400, 0x400, 0x0, 0x7f262d0a8e30, 0xc208279760)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/fd_unix.go:242 +0x40f
2015/05/29 16:31:09 terraform-provider-aws: net.(*conn).Read(0xc2083de680, 0xc208428400, 0x400, 0x400, 0x0, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/net.go:121 +0xdc
2015/05/29 16:31:09 terraform-provider-aws: crypto/tls.(*block).readFromUntil(0xc20850fe60, 0x7f262d0ab6f8, 0xc2083de680, 0x5, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/crypto/tls/conn.go:454 +0xe6
2015/05/29 16:31:09 terraform-provider-aws: crypto/tls.(*Conn).readRecord(0xc2081a6000, 0x17, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/crypto/tls/conn.go:539 +0x2da
2015/05/29 16:31:09 terraform-provider-aws: crypto/tls.(*Conn).Read(0xc2081a6000, 0xc208524000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/crypto/tls/conn.go:904 +0x166
2015/05/29 16:31:09 terraform-provider-aws: net/http.noteEOFReader.Read(0x7f262d0b4348, 0xc2081a6000, 0xc208080b58, 0xc208524000, 0x1000, 0x1000, 0x9c5380, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/transport.go:1270 +0x6e
2015/05/29 16:31:09 terraform-provider-aws: net/http.(*noteEOFReader).Read(0xc208452080, 0xc208524000, 0x1000, 0x1000, 0xc208014000, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     <autogenerated>:125 +0xd4
2015/05/29 16:31:09 terraform-provider-aws: bufio.(*Reader).fill(0xc20844ec00)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:97 +0x1ce
2015/05/29 16:31:09 terraform-provider-aws: bufio.(*Reader).Peek(0xc20844ec00, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/bufio/bufio.go:132 +0xf0
2015/05/29 16:31:09 terraform-provider-aws: net/http.(*persistConn).readLoop(0xc208080b00)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/transport.go:842 +0xa4
2015/05/29 16:31:09 terraform-provider-aws: created by net/http.(*Transport).dialConn
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/transport.go:660 +0xc9f
2015/05/29 16:31:09 terraform-provider-aws: 
2015/05/29 16:31:09 terraform-provider-aws: goroutine 220 [select]:
2015/05/29 16:31:09 terraform-provider-aws: net/http.(*persistConn).roundTrip(0xc208080b00, 0xc20831dfb0, 0x0, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/transport.go:1082 +0x7ad
2015/05/29 16:31:09 terraform-provider-aws: net/http.(*Transport).RoundTrip(0xc208064090, 0xc20835ec30, 0xc20850fc20, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/transport.go:235 +0x558
2015/05/29 16:31:09 terraform-provider-aws: net/http.send(0xc20835ec30, 0x7f262d0a9110, 0xc208064090, 0x24, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/client.go:219 +0x4fc
2015/05/29 16:31:09 terraform-provider-aws: net/http.(*Client).send(0xfbe9c0, 0xc20835ec30, 0x24, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/client.go:142 +0x15b
2015/05/29 16:31:09 terraform-provider-aws: net/http.(*Client).doFollowingRedirects(0xfbe9c0, 0xc20835ec30, 0xd92180, 0x0, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/client.go:367 +0xb25
2015/05/29 16:31:09 terraform-provider-aws: net/http.(*Client).Do(0xfbe9c0, 0xc20835ec30, 0x7ffc29dc7e22, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/client.go:177 +0x192
2015/05/29 16:31:09 terraform-provider-aws: github.com/awslabs/aws-sdk-go/aws.SendHandler(0xc208416000)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/awslabs/aws-sdk-go/aws/handler_functions.go:62 +0x4c
2015/05/29 16:31:09 terraform-provider-aws: github.com/awslabs/aws-sdk-go/aws.(*HandlerList).Run(0xc208416050, 0xc208416000)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/awslabs/aws-sdk-go/aws/handlers.go:83 +0x6e
2015/05/29 16:31:09 terraform-provider-aws: github.com/awslabs/aws-sdk-go/aws.(*Request).Send(0xc208416000, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/awslabs/aws-sdk-go/aws/request.go:188 +0x10c
2015/05/29 16:31:09 terraform-provider-aws: github.com/awslabs/aws-sdk-go/service/ec2.(*EC2).DescribeRouteTables(0xc20804ef30, 0xc208432a80, 0xc20849fa60, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/awslabs/aws-sdk-go/service/ec2/api.go:3942 +0x5c
2015/05/29 16:31:09 terraform-provider-aws: github.com/hashicorp/terraform/builtin/providers/aws.func·045(0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/builtin/providers/aws/resource_aws_route_table.go:392 +0x1a0
2015/05/29 16:31:09 terraform-provider-aws: github.com/hashicorp/terraform/builtin/providers/aws.resourceAwsRouteTableRead(0xc208412120, 0x908cc0, 0xc208050cd0, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/builtin/providers/aws/resource_aws_route_table.go:119 +0xfa
2015/05/29 16:31:09 terraform-provider-aws: github.com/hashicorp/terraform/helper/schema.(*Resource).Refresh(0xc208184980, 0xc20850f6b0, 0x908cc0, 0xc208050cd0, 0xc2080477f0, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/helper/schema/resource.go:209 +0x475
2015/05/29 16:31:09 terraform-provider-aws: github.com/hashicorp/terraform/helper/schema.(*Provider).Refresh(0xc20818ad80, 0xc2084a9d80, 0xc20850f6b0, 0x90a040, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/helper/schema/provider.go:180 +0x1c7
2015/05/29 16:31:09 terraform-provider-aws: github.com/hashicorp/terraform/rpc.(*ResourceProviderServer).Refresh(0xc20812a060, 0xc20831d2e0, 0xc20831db40, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/go/src/github.com/hashicorp/terraform/rpc/resource_provider.go:341 +0x73
2015/05/29 16:31:09 terraform-provider-aws: reflect.Value.call(0xa075a0, 0xb39d00, 0x13, 0xb89960, 0x4, 0xc2084a3f28, 0x3, 0x3, 0x0, 0x0, ...)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/reflect/value.go:419 +0x10e5
2015/05/29 16:31:09 terraform-provider-aws: reflect.Value.Call(0xa075a0, 0xb39d00, 0x13, 0xc2084a3f28, 0x3, 0x3, 0x0, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/reflect/value.go:296 +0xbc
2015/05/29 16:31:09 terraform-provider-aws: net/rpc.(*service).call(0xc208184e40, 0xc208184dc0, 0xc208188108, 0xc2080a6a80, 0xc2080b14a0, 0x909fe0, 0xc20831d2e0, 0x16, 0x90a040, 0xc20831db40, ...)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/rpc/server.go:382 +0x1f7
2015/05/29 16:31:09 terraform-provider-aws: created by net/rpc.(*Server).ServeCodec
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/rpc/server.go:476 +0x44a
2015/05/29 16:31:09 terraform-provider-aws: 
2015/05/29 16:31:09 terraform-provider-aws: goroutine 182 [select]:
2015/05/29 16:31:09 terraform-provider-aws: net/http.(*persistConn).writeLoop(0xc208080b00)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/transport.go:945 +0x41d
2015/05/29 16:31:09 terraform-provider-aws: created by net/http.(*Transport).dialConn
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/transport.go:661 +0xcbc
2015/05/29 16:31:09 terraform-provider-aws: 
2015/05/29 16:31:09 terraform-provider-aws: goroutine 230 [IO wait]:
2015/05/29 16:31:09 terraform-provider-aws: net.(*pollDesc).Wait(0xc208352ca0, 0x72, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/fd_poll_runtime.go:84 +0x47
2015/05/29 16:31:09 terraform-provider-aws: net.(*pollDesc).WaitRead(0xc208352ca0, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/fd_poll_runtime.go:89 +0x43
2015/05/29 16:31:09 terraform-provider-aws: net.(*netFD).Read(0xc208352c40, 0xc2084b8000, 0x2000, 0x2000, 0x0, 0x7f262d0a8e30, 0xc208188820)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/fd_unix.go:242 +0x40f
2015/05/29 16:31:09 terraform-provider-aws: net.(*conn).Read(0xc20804ff48, 0xc2084b8000, 0x2000, 0x2000, 0x0, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/net.go:121 +0xdc
2015/05/29 16:31:09 terraform-provider-aws: crypto/tls.(*block).readFromUntil(0xc20832c0c0, 0x7f262d0ab6f8, 0xc20804ff48, 0x5, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/crypto/tls/conn.go:454 +0xe6
2015/05/29 16:31:09 terraform-provider-aws: crypto/tls.(*Conn).readRecord(0xc2083c6840, 0x14, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/crypto/tls/conn.go:539 +0x2da
2015/05/29 16:31:09 terraform-provider-aws: crypto/tls.(*clientHandshakeState).readFinished(0xc20844b3b0, 0x0, 0x0, 0x0, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/crypto/tls/handshake_client.go:538 +0x5e
2015/05/29 16:31:09 terraform-provider-aws: crypto/tls.(*Conn).clientHandshake(0xc2083c6840, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/crypto/tls/handshake_client.go:209 +0x1b87
2015/05/29 16:31:09 terraform-provider-aws: crypto/tls.(*Conn).Handshake(0xc2083c6840, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/crypto/tls/conn.go:977 +0xf1
2015/05/29 16:31:09 terraform-provider-aws: net/http.func·022()
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/transport.go:637 +0x3c
2015/05/29 16:31:09 terraform-provider-aws: created by net/http.(*Transport).dialConn
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/transport.go:642 +0x88c
2015/05/29 16:31:09 terraform-provider-aws: 
2015/05/29 16:31:09 terraform-provider-aws: goroutine 231 [IO wait]:
2015/05/29 16:31:09 terraform-provider-aws: net.(*pollDesc).Wait(0xc208352d10, 0x72, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/fd_poll_runtime.go:84 +0x47
2015/05/29 16:31:09 terraform-provider-aws: net.(*pollDesc).WaitRead(0xc208352d10, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/fd_poll_runtime.go:89 +0x43
2015/05/29 16:31:09 terraform-provider-aws: net.(*netFD).Read(0xc208352cb0, 0xc20852a000, 0x2000, 0x2000, 0x0, 0x7f262d0a8e30, 0xc20852d9c0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/fd_unix.go:242 +0x40f
2015/05/29 16:31:09 terraform-provider-aws: net.(*conn).Read(0xc20804ff68, 0xc20852a000, 0x2000, 0x2000, 0x0, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/net.go:121 +0xdc
2015/05/29 16:31:09 terraform-provider-aws: crypto/tls.(*block).readFromUntil(0xc20832c1b0, 0x7f262d0ab6f8, 0xc20804ff68, 0x5, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/crypto/tls/conn.go:454 +0xe6
2015/05/29 16:31:09 terraform-provider-aws: crypto/tls.(*Conn).readRecord(0xc2083c6b00, 0x14, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/crypto/tls/conn.go:539 +0x2da
2015/05/29 16:31:09 terraform-provider-aws: crypto/tls.(*clientHandshakeState).readFinished(0xc20844b4d0, 0x0, 0x0, 0x0, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/crypto/tls/handshake_client.go:538 +0x5e
2015/05/29 16:31:09 terraform-provider-aws: crypto/tls.(*Conn).clientHandshake(0xc2083c6b00, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/crypto/tls/handshake_client.go:209 +0x1b87
2015/05/29 16:31:09 terraform-provider-aws: crypto/tls.(*Conn).Handshake(0xc2083c6b00, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/crypto/tls/conn.go:977 +0xf1
2015/05/29 16:31:09 terraform-provider-aws: net/http.func·022()
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/transport.go:637 +0x3c
2015/05/29 16:31:09 terraform-provider-aws: created by net/http.(*Transport).dialConn
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/transport.go:642 +0x88c
2015/05/29 16:31:09 terraform-provider-aws: 
2015/05/29 16:31:09 terraform-provider-aws: goroutine 232 [chan receive]:
2015/05/29 16:31:09 terraform-provider-aws: net/http.func·016()
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/transport.go:507 +0x65
2015/05/29 16:31:09 terraform-provider-aws: created by net/http.func·017
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/transport.go:513 +0xba
2015/05/29 16:31:09 terraform-provider-aws: 
2015/05/29 16:31:09 terraform-provider-aws: goroutine 234 [IO wait]:
2015/05/29 16:31:09 terraform-provider-aws: net.(*pollDesc).Wait(0xc2081c6290, 0x77, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/fd_poll_runtime.go:84 +0x47
2015/05/29 16:31:09 terraform-provider-aws: net.(*pollDesc).WaitWrite(0xc2081c6290, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/fd_poll_runtime.go:93 +0x43
2015/05/29 16:31:09 terraform-provider-aws: net.(*netFD).connect(0xc2081c6230, 0x0, 0x0, 0x7f262d0ab358, 0xc208282c20, 0xeccfab59b, 0x1d74a10e, 0xfbeb20, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/fd_unix.go:114 +0x24b
2015/05/29 16:31:09 terraform-provider-aws: net.(*netFD).dial(0xc2081c6230, 0x7f262d0ab6a8, 0x0, 0x7f262d0ab6a8, 0xc208308690, 0xeccfab59b, 0x1d74a10e, 0xfbeb20, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/sock_posix.go:139 +0x37a
2015/05/29 16:31:09 terraform-provider-aws: net.socket(0xba6de0, 0x3, 0x2, 0x1, 0x0, 0xc208308600, 0x7f262d0ab6a8, 0x0, 0x7f262d0ab6a8, 0xc208308690, ...)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/sock_posix.go:91 +0x422
2015/05/29 16:31:09 terraform-provider-aws: net.internetSocket(0xba6de0, 0x3, 0x7f262d0ab6a8, 0x0, 0x7f262d0ab6a8, 0xc208308690, 0xeccfab59b, 0xc21d74a10e, 0xfbeb20, 0x1, ...)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/ipsock_posix.go:137 +0x148
2015/05/29 16:31:09 terraform-provider-aws: net.dialTCP(0xba6de0, 0x3, 0x0, 0xc208308690, 0xeccfab59b, 0x1d74a10e, 0xfbeb20, 0xc2083a1770, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/tcpsock_posix.go:156 +0x125
2015/05/29 16:31:09 terraform-provider-aws: net.dialSingle(0xba6de0, 0x3, 0xc208299d20, 0x1f, 0x0, 0x0, 0x7f262d0ab618, 0xc208308690, 0xeccfab59b, 0x1d74a10e, ...)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/dial.go:235 +0x3f5
2015/05/29 16:31:09 terraform-provider-aws: net.func·016(0xeccfab59b, 0xe1d74a10e, 0xfbeb20, 0x0, 0x0, 0x0, 0x0)
2015/05/29 16:31:09 [ERROR] root: eval: *terraform.EvalRefresh, err: unexpected EOF
2015/05/29 16:31:09 [ERROR] root: eval: *terraform.EvalSequence, err: unexpected EOF
2015/05/29 16:31:09 [ERROR] root: eval: *terraform.EvalOpFilter, err: unexpected EOF
2015/05/29 16:31:09 [ERROR] root: eval: *terraform.EvalSequence, err: unexpected EOF
2015/05/29 16:31:09 [ERROR] root: eval: *terraform.EvalRefresh, err: unexpected EOF
2015/05/29 16:31:09 [ERROR] root: eval: *terraform.EvalSequence, err: unexpected EOF
2015/05/29 16:31:09 [ERROR] root: eval: *terraform.EvalOpFilter, err: unexpected EOF
2015/05/29 16:31:09 [ERROR] root: eval: *terraform.EvalSequence, err: unexpected EOF
2015/05/29 16:31:09 [ERROR] root: eval: *terraform.EvalRefresh, err: unexpected EOF
2015/05/29 16:31:09 [ERROR] root: eval: *terraform.EvalSequence, err: unexpected EOF
2015/05/29 16:31:09 [ERROR] root: eval: *terraform.EvalOpFilter, err: unexpected EOF
2015/05/29 16:31:09 [ERROR] root: eval: *terraform.EvalSequence, err: unexpected EOF
2015/05/29 16:31:09 [ERROR] root: eval: *terraform.EvalRefresh, err: unexpected EOF
2015/05/29 16:31:09 [ERROR] root: eval: *terraform.EvalSequence, err: unexpected EOF
2015/05/29 16:31:09 [ERROR] root: eval: *terraform.EvalOpFilter, err: unexpected EOF
2015/05/29 16:31:09 [ERROR] root: eval: *terraform.EvalSequence, err: unexpected EOF
2015/05/29 16:31:09 [ERROR] root: eval: *terraform.EvalRefresh, err: unexpected EOF
2015/05/29 16:31:09 [ERROR] root: eval: *terraform.EvalSequence, err: unexpected EOF
2015/05/29 16:31:09 [ERROR] root: eval: *terraform.EvalOpFilter, err: unexpected EOF
2015/05/29 16:31:09 [ERROR] root: eval: *terraform.EvalSequence, err: unexpected EOF
2015/05/29 16:31:09 [ERROR] root: eval: *terraform.EvalRefresh, err: unexpected EOF
2015/05/29 16:31:09 [ERROR] root: eval: *terraform.EvalSequence, err: unexpected EOF
2015/05/29 16:31:09 [ERROR] root: eval: *terraform.EvalOpFilter, err: unexpected EOF
2015/05/29 16:31:09 [ERROR] root: eval: *terraform.EvalSequence, err: unexpected EOF
2015/05/29 16:31:09 [ERROR] root: eval: *terraform.EvalRefresh, err: unexpected EOF
2015/05/29 16:31:09 [ERROR] root: eval: *terraform.EvalSequence, err: unexpected EOF
2015/05/29 16:31:09 [ERROR] root: eval: *terraform.EvalOpFilter, err: unexpected EOF
2015/05/29 16:31:09 [ERROR] root: eval: *terraform.EvalSequence, err: unexpected EOF
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/dial.go:163 +0x12c
2015/05/29 16:31:09 terraform-provider-aws: net.dial(0xba6de0, 0x3, 0x7f262d0ab618, 0xc208308690, 0xc208377b08, 0xeccfab59b, 0xe1d74a10e, 0xfbeb20, 0x0, 0x0, ...)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/fd_unix.go:40 +0x6f
2015/05/29 16:31:09 terraform-provider-aws: net.(*Dialer).Dial(0xc208041300, 0xba6de0, 0x3, 0xc208299d20, 0x1f, 0x0, 0x0, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/dial.go:170 +0x4be
2015/05/29 16:31:09 terraform-provider-aws: net.*Dialer.Dial·fm(0xba6de0, 0x3, 0xc208299d20, 0x1f, 0x0, 0x0, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/transport.go:38 +0x79
2015/05/29 16:31:09 terraform-provider-aws: net/http.(*Transport).dial(0xc208064090, 0xba6de0, 0x3, 0xc208299d20, 0x1f, 0x0, 0x0, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/transport.go:479 +0x84
2015/05/29 16:31:09 terraform-provider-aws: net/http.(*Transport).dialConn(0xc208064090, 0x0, 0xc20832ddd0, 0x5, 0xc208299d20, 0x1f, 0xc2080a6a80, 0x0, 0x0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/transport.go:564 +0x1678
2015/05/29 16:31:09 terraform-provider-aws: net/http.func·019()
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/transport.go:520 +0x42
2015/05/29 16:31:09 terraform-provider-aws: created by net/http.(*Transport).getConn
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/transport.go:522 +0x335
2015/05/29 16:31:09 terraform-provider-aws: 
2015/05/29 16:31:09 terraform-provider-aws: goroutine 241 [select]:
2015/05/29 16:31:09 terraform-provider-aws: net/http.(*persistConn).writeLoop(0xc20842c8f0)
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/transport.go:945 +0x41d
2015/05/29 16:31:09 terraform-provider-aws: created by net/http.(*Transport).dialConn
2015/05/29 16:31:09 terraform-provider-aws:     /Users/mitchellh/code/3rdparty/go/src/net/http/transport.go:661 +0xcbc
2015/05/29 16:31:09 [DEBUG] /home/oem/.terraform/terraform-provider-aws: plugin process exited
2015/05/29 16:31:09 waiting for all plugin processes to complete...

In order to recreate using Terraform, I destroyed VPN and refreshed later but the error persists.

Some notes:

  • Resource was created normally in last tuesday without errors;
  • No modifications since this day;
  • Maybe a side effect fixed by this commit?

My code snippet (masked IP's due for confidentiality reasons):

resource "aws_vpn_gateway" "vgw-production" {
    vpc_id = "${aws_vpc.vpc-production.id}"

    tags {
        Name        = "vgw-production"
        Environment = "production"
    }
}

resource "aws_customer_gateway" "cgw-production" {
    bgp_asn     = 60000
    ip_address  = "XXX.XXX.XXX.XXX"
    type        = "ipsec.1"

    tags {
        Name        = "cgw-production"
        Router      = "R2 XXX.XXX.XXX.XXX"
        Environment = "production"
      }
}

resource "aws_vpn_connection" "vpn-production" {
    vpn_gateway_id      = "${aws_vpn_gateway.vgw-production.id}"
    customer_gateway_id = "${aws_customer_gateway.cgw-production.id}"
    type                = "ipsec.1"
    static_routes_only  = true

    tags {
        Name        = "vgn-production"
        Environment = "production"
    }
}

resource "aws_vpn_connection_route" "rt-vpn-production-netapp" {
    vpn_connection_id      = "${aws_vpn_connection.vpn-production.id}"
    destination_cidr_block = "XXX.XXX.XXX.XXX/32"
}

resource "aws_vpn_connection_route" "rt-vpn-production-netdb" {
    vpn_connection_id      = "${aws_vpn_connection.vpn-production.id}"
    destination_cidr_block = "XXX.XXX.XXX.XXX/24"
}

resource "aws_vpn_connection_route" "rt-vpn-production-netvms" {
    vpn_connection_id      = "${aws_vpn_connection.vpn-production.id}"
    destination_cidr_block = "XXX.XXX.XXX.XXX/24"
}

About terraform.tfstate: I can send it and other files by email, please contact me. I can't share it here.

Thanks.

@ghost
Copy link

ghost commented May 1, 2020

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@ghost ghost locked and limited conversation to collaborators May 1, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants