terraform/builtin/providers
stack72 5504185770
provider/aws: Add DiffSupressionFunc to `aws_elasticsearch_domain`,
`aws_sqs_queue` and `aws_sns_topic`

```
SQS Queue Tests:
%make testacc TEST=./builtin/providers/aws TESTARGS='-run=TestAccAWSSQSQueue'
2 ↵ ✹
==> Checking that code complies with gofmt requirements...
go generate $(go list ./... | grep -v /terraform/vendor/)
2016/09/05 09:46:04 Generated command/internal_plugin_list.go
TF_ACC=1 go test ./builtin/providers/aws -v -run=TestAccAWSSQSQueue
-timeout 120m
=== RUN   TestAccAWSSQSQueue_importBasic
--- PASS: TestAccAWSSQSQueue_importBasic (18.99s)
=== RUN   TestAccAWSSQSQueue_basic
--- PASS: TestAccAWSSQSQueue_basic (44.31s)
=== RUN   TestAccAWSSQSQueue_policy
--- PASS: TestAccAWSSQSQueue_policy (32.76s)
=== RUN   TestAccAWSSQSQueue_redrivePolicy
--- PASS: TestAccAWSSQSQueue_redrivePolicy (66.42s)
=== RUN   TestAccAWSSQSQueue_Policybasic
--- PASS: TestAccAWSSQSQueue_Policybasic (32.40s)
PASS
ok      github.com/hashicorp/terraform/builtin/providers/aws    194.895s
```
SNS Topic Tests:

% make testacc TEST=./builtin/providers/aws
% TESTARGS='-run=TestAccAWSSNSTopic_'
==> Checking that code complies with gofmt requirements...
go generate $(go list ./... | grep -v /terraform/vendor/)
2016/09/04 22:56:26 Generated command/internal_plugin_list.go
TF_ACC=1 go test ./builtin/providers/aws -v -run=TestAccAWSSNSTopic_
-timeout 120m
=== RUN   TestAccAWSSNSTopic_importBasic
--- PASS: TestAccAWSSNSTopic_importBasic (17.67s)
=== RUN   TestAccAWSSNSTopic_basic
--- PASS: TestAccAWSSNSTopic_basic (17.92s)
=== RUN   TestAccAWSSNSTopic_policy
--- PASS: TestAccAWSSNSTopic_policy (20.99s)
=== RUN   TestAccAWSSNSTopic_withIAMRole
--- PASS: TestAccAWSSNSTopic_withIAMRole (26.51s)
PASS
ok      github.com/hashicorp/terraform/builtin/providers/aws    83.112s
```
2016-09-05 11:46:23 +01:00
..
archive provider/archiver fix test output path breaking other tests (#8291) 2016-08-18 18:11:19 +01:00
atlas
aws provider/aws: Add DiffSupressionFunc to `aws_elasticsearch_domain`, 2016-09-05 11:46:23 +01:00
azure
azurerm provider/azurerm: Reordering the checks after an Azure API Get 2016-09-01 15:31:42 +01:00
chef
clc
cloudflare
cloudstack Fix the acceptance tests and some cosmetic tweaks (#8598) 2016-09-01 11:19:37 +02:00
cobbler
consul Make consul provider settings truly optional 2016-08-30 08:28:03 -05:00
datadog provider/datadog: Govendor update dependencies (#8428) 2016-08-29 21:30:31 +01:00
digitalocean helper/schema: Add diff suppression callback 2016-08-31 19:13:53 -05:00
dme
dnsimple
docker
dyn
fastly Minor typos 2016-09-01 11:30:55 +01:00
github provider/github: Remove unsafe ptr dereferencing (#8512) 2016-08-28 17:15:03 +01:00
google Merge pull request #8498 from drich10/finite_health_checking 2016-09-01 22:02:41 -07:00
grafana
heroku
influxdb
librato provider/librato: Refresh space from state when not found 2016-09-01 09:25:53 +01:00
logentries
mailgun
mysql use hashicorp/go-version to parse mysql server version 2016-08-31 10:50:08 +02:00
null
openstack Merge pull request #8172 from jtopjian/openstack-volumeattach-fix 2016-08-24 09:36:23 -06:00
packet
postgresql
powerdns
rabbitmq provider/rabbitmq: script to build acceptance test environment 2016-09-01 19:04:42 +00:00
random
rundeck
scaleway
softlayer
statuscake enable contact-group id in statuscake test 2016-08-23 14:43:31 +00:00
template Revert "providers/template: template_file supports floating point math" 2016-09-02 15:20:03 -05:00
terraform state/remote: Officially Support local backend 2016-09-03 15:42:40 -07:00
test provider/test: Add test of data source count.index 2016-09-03 13:58:30 -07:00
tls
triton provider/triton: Id trying to be used before being set 2016-08-30 23:19:04 +01:00
ultradns
vcd
vsphere