terraform/builtin/providers/packet
Jake Champlin 4a3e5189f9
provider/packet: Update ssh-key resource test to run in parallel better
Allows the ssh-key test to pass when ran in parallel with different branches.

```
$ make testacc TEST=./builtin/providers/packet TESTARGS='-run=TestAccPacketSSHKey_Basic'
==> Checking that code complies with gofmt requirements...
go generate $(go list ./... | grep -v /terraform/vendor/)
2017/03/14 11:10:28 Generated command/internal_plugin_list.go
TF_ACC=1 go test ./builtin/providers/packet -v -run=TestAccPacketSSHKey_Basic -timeout 120m
=== RUN   TestAccPacketSSHKey_Basic
PASS
ok      github.com/hashicorp/terraform/builtin/providers/packet 3.503s
```
2017-03-14 11:11:57 -04:00
..
config.go Handle external state changes for Packet resources gracefully. 2016-01-14 10:50:15 -05:00
errors.go Handle external state changes for Packet resources gracefully. 2016-01-14 10:50:15 -05:00
provider.go gofmt! 2016-08-10 12:11:04 -07:00
provider_test.go Packet bare metal cloud hosting platform provider 2015-06-07 16:34:08 -04:00
resource_packet_device.go add volume 2016-08-09 09:58:01 -04:00
resource_packet_project.go Handle external state changes for Packet resources gracefully. 2016-01-14 10:50:15 -05:00
resource_packet_project_test.go update acceptance tests for packet volume, update packngo api client 2016-08-10 11:37:17 -07:00
resource_packet_ssh_key.go Handle external state changes for Packet resources gracefully. 2016-01-14 10:50:15 -05:00
resource_packet_ssh_key_test.go provider/packet: Update ssh-key resource test to run in parallel better 2017-03-14 11:11:57 -04:00
resource_packet_volume.go working volume resource and test, website docs updated 2016-08-11 09:40:23 -07:00
resource_packet_volume_test.go provider/packet: Restructure the Packet Volume test to no longer rely on environment variables 2016-08-15 08:38:43 +01:00