terraform/builtin/providers/aws
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
..
config.go Refactored about 90% 2014-11-21 17:58:34 +01:00
network_acl_entry.go aws_network_acl: return error if protocol is invalid 2014-12-08 16:53:05 +05:30
network_acl_entry_test.go aws_network_acl: return error if protocol is invalid 2014-12-08 16:53:05 +05:30
provider.go added provider for aws_network_acl 2014-11-26 19:12:39 +05:30
provider_test.go Refactored the last two resources 2014-11-24 14:04:48 +01:00
resource_aws_autoscaling_group.go provider/aws: Fixing ASG handling of not found 2014-12-10 13:27:11 -08:00
resource_aws_autoscaling_group_test.go Merge pull request #506 from muralimadhu/master 2014-12-07 23:35:33 -08:00
resource_aws_db_instance.go Refactored the last two resources 2014-11-24 14:04:48 +01:00
resource_aws_db_instance_test.go Refactored the last two resources 2014-11-24 14:04:48 +01:00
resource_aws_db_parameter_group.go Refactored about 90% 2014-11-21 17:58:34 +01:00
resource_aws_db_parameter_group_test.go Refactored about 90% 2014-11-21 17:58:34 +01:00
resource_aws_db_security_group.go Refactored the last two resources 2014-11-24 14:04:48 +01:00
resource_aws_db_security_group_test.go Refactored the last two resources 2014-11-24 14:04:48 +01:00
resource_aws_db_subnet_group.go Refactored about 90% 2014-11-21 17:58:34 +01:00
resource_aws_db_subnet_group_test.go Making some last tweaks and fixing some acc tests 2014-11-24 21:22:18 +01:00
resource_aws_eip.go Refactored about 90% 2014-11-21 17:58:34 +01:00
resource_aws_eip_test.go Refactored about 90% 2014-11-21 17:58:34 +01:00
resource_aws_elb.go enabled cross zone load balancing 2014-12-10 12:49:43 +05:30
resource_aws_elb_test.go enabled cross zone load balancing 2014-12-10 12:49:43 +05:30
resource_aws_instance.go Merge pull request #612 from MerlinDMC/feature/aws_block_device_virtual_name 2014-12-03 12:08:07 -08:00
resource_aws_instance_test.go test for tenancy schema 2014-12-03 15:58:51 +05:30
resource_aws_internet_gateway.go Refactored about 90% 2014-11-21 17:58:34 +01:00
resource_aws_internet_gateway_test.go Refactored about 90% 2014-11-21 17:58:34 +01:00
resource_aws_launch_configuration.go Merge pull request #596 from svanharmelen/f-refactor-aws-provider 2014-11-24 16:30:41 -08:00
resource_aws_launch_configuration_test.go Merge pull request #596 from svanharmelen/f-refactor-aws-provider 2014-11-24 16:30:41 -08:00
resource_aws_network_acl.go Merge pull request #638 from snehaso/tag_for_acl 2014-12-10 12:59:22 -08:00
resource_aws_network_acl_test.go Fixing up the tests so they actually pass 2014-12-12 13:25:44 +01:00
resource_aws_route53_record.go Refactored about 90% 2014-11-21 17:58:34 +01:00
resource_aws_route53_record_test.go Refactored about 90% 2014-11-21 17:58:34 +01:00
resource_aws_route53_zone.go Refactored about 90% 2014-11-21 17:58:34 +01:00
resource_aws_route53_zone_test.go Refactored about 90% 2014-11-21 17:58:34 +01:00
resource_aws_route_table.go Adding tag support to AWS EC2 route table resource. 2014-12-11 00:03:13 +05:30
resource_aws_route_table_association.go Refactored about 90% 2014-11-21 17:58:34 +01:00
resource_aws_route_table_association_test.go Refactored about 90% 2014-11-21 17:58:34 +01:00
resource_aws_route_table_test.go Adding tag support to AWS EC2 route table resource. 2014-12-11 00:03:13 +05:30
resource_aws_s3_bucket.go Refactored about 90% 2014-11-21 17:58:34 +01:00
resource_aws_s3_bucket_test.go Making some last tweaks and fixing some acc tests 2014-11-24 21:22:18 +01:00
resource_aws_security_group.go aws: Making security group ingress rules optional 2014-12-07 23:52:04 -08:00
resource_aws_security_group_test.go Refactored about 90% 2014-11-21 17:58:34 +01:00
resource_aws_subnet.go Refactored about 90% 2014-11-21 17:58:34 +01:00
resource_aws_subnet_test.go Refactored about 90% 2014-11-21 17:58:34 +01:00
resource_aws_vpc.go added vpc tenancy argument 2014-12-10 16:10:00 +05:30
resource_aws_vpc_test.go added vpc tenancy argument 2014-12-10 16:10:00 +05:30
structure.go Making some last tweaks and fixing some acc tests 2014-11-24 21:22:18 +01:00
structure_test.go Fixed bug with final_snapshot_identifier and skip_final_snapshot and removed apply_method as an option for now and am only supporting immediate mode 2014-11-05 11:03:06 -08:00
tags.go providers/aws: should delete tags that are changing in-place 2014-10-09 10:47:33 -07:00
tags_test.go argument and verb formatting fixes reported by go vet 2014-11-02 13:56:44 +01:00