terraform/builtin/providers
Sander van Harmelen cc4710c952 Fixing up the tests so they actually pass
Running the tests without these changes results in this error first:

```
--- FAIL: TestAccAWSNetworkAclsOnlyIngressRulesChange (24.92 seconds)
  testing.go:121: Step 0 error: Check failed: Invalid number of ingress
entries found; count = %!s(int=3)
FAIL
exit status 1
FAIL  github.com/hashicorp/terraform/builtin/providers/aws  24.974s
```

And after fixing that one you also get a few unexpected values due to
an expected order mismatch between the items in the set versus the
items in the config.

Those are also fixed, so the test is passing now.
2014-12-12 13:25:44 +01:00
..
atlas provider/atlas: fix required token 2014-12-10 13:27:11 -08:00
aws Fixing up the tests so they actually pass 2014-12-12 13:25:44 +01:00
cloudflare Removing obsolete struct tags 2014-11-17 18:57:41 +01:00
cloudstack First release of a provider for CloudStack 2014-12-10 22:20:52 +01:00
consul providers/consul: fix delete diff 2014-10-20 14:09:57 -07:00
digitalocean simplify digitalocean_droplet.image loading 2014-12-01 11:36:05 -08:00
dnsimple Removing obsolete struct tags 2014-11-17 18:58:41 +01:00
google Fixing the acc tests 2014-11-20 14:30:02 +01:00
heroku Fixed tests and updated the provider schema to use a DefaultFunc 2014-11-19 14:25:18 +01:00
mailgun Updated the provider to make testing a little easier 2014-11-18 15:21:32 +01:00
null providers/null: null provider 2014-10-04 16:42:43 -07:00