terraform/builtin/providers
Paul Stack 43b74cfe79 provider/aws: Support Import of iam_server_certificate (#13065)
* Adding import to resource_aws_iam_server_certificate.

* provider/aws: Update tests for import of aws_iam_server_certificate

Builds upon the work of @mrcopper in #12940

Resource:
```
% make testacc TEST=./builtin/providers/aws TESTARGS='-run=TestAccAWSIAMServerCertificate_'
==> Checking that code complies with gofmt requirements...
go generate $(go list ./... | grep -v /terraform/vendor/)
2017/03/25 00:08:48 Generated command/internal_plugin_list.go
TF_ACC=1 go test ./builtin/providers/aws -v -run=TestAccAWSIAMServerCertificate_ -timeout 120m
=== RUN   TestAccAWSIAMServerCertificate_importBasic
--- PASS: TestAccAWSIAMServerCertificate_importBasic (22.81s)
=== RUN   TestAccAWSIAMServerCertificate_basic
--- PASS: TestAccAWSIAMServerCertificate_basic (19.68s)
=== RUN   TestAccAWSIAMServerCertificate_name_prefix
--- PASS: TestAccAWSIAMServerCertificate_name_prefix (19.88s)
=== RUN   TestAccAWSIAMServerCertificate_disappears
--- PASS: TestAccAWSIAMServerCertificate_disappears (13.94s)
=== RUN   TestAccAWSIAMServerCertificate_file
--- PASS: TestAccAWSIAMServerCertificate_file (32.67s)
PASS
ok  	github.com/hashicorp/terraform/builtin/providers/aws	109.062s
```

Data Source:
```
% make testacc TEST=./builtin/providers/aws TESTARGS='-run=TestAccAWSDataSourceIAMServerCertificate_'
==> Checking that code complies with gofmt requirements...
go generate $(go list ./... | grep -v /terraform/vendor/)
2017/03/25 13:07:10 Generated command/internal_plugin_list.go
TF_ACC=1 go test ./builtin/providers/aws -v -run=TestAccAWSDataSourceIAMServerCertificate_ -timeout 120m
=== RUN   TestAccAWSDataSourceIAMServerCertificate_basic
--- PASS: TestAccAWSDataSourceIAMServerCertificate_basic (43.86s)
=== RUN   TestAccAWSDataSourceIAMServerCertificate_matchNamePrefix
--- PASS: TestAccAWSDataSourceIAMServerCertificate_matchNamePrefix (2.68s)
PASS
ok  	github.com/hashicorp/terraform/builtin/providers/aws	46.569s
```
2017-03-27 18:49:11 +03:00
..
alicloud provider alicloud:add new rds resource and some bugs fix (#12913) 2017-03-24 13:04:56 +02:00
archive
arukas provider/arukas: Increase timeout to 15mins & use standard helper (#12849) 2017-03-19 18:55:11 +00:00
atlas
aws provider/aws: Support Import of iam_server_certificate (#13065) 2017-03-27 18:49:11 +03:00
azure
azurerm Switching to a simpler ARM Template (#13043) 2017-03-24 18:34:40 +02:00
bitbucket
chef
circonus Add `consul` check type to `circonus_check` resource (#13030) 2017-03-24 15:05:19 -07:00
clc
cloudflare
cloudstack Add params zone_id to cloudstack ipaddress resource (#11306) 2017-03-21 12:02:38 +01:00
cobbler
consul feat(consul): add basic auth to consul provider (#12679) 2017-03-20 13:00:44 +00:00
datadog datadog: Fix incorrect schema of monitor for 'silenced' (#12720) 2017-03-15 15:01:49 +00:00
digitalocean provider/digitalocean: Support disk only resize (#13059) 2017-03-27 13:16:01 +03:00
dme
dns Convert dns data tests to acceptance tests 2017-03-17 12:07:29 -04:00
dnsimple Allow dnsimple_record.priority attribute to be set (#12843) 2017-03-18 13:04:48 +00:00
docker
dyn
external
fastly fix bool vs Compatibool ref used in flattenBackends (#12538) 2017-03-24 14:05:29 -05:00
github provider/github: add repository_webhook resource (#12924) 2017-03-23 11:21:45 +02:00
google provider/google: turn compute_instance_group.instances into a set (#12790) 2017-03-22 17:47:41 -07:00
grafana
heroku Updates heroku-go to the latest revision (#12575) 2017-03-10 14:00:03 +02:00
icinga2
ignition ignition_filesystem: explicit option to create the filesystem (Fix #12152) (#12980) 2017-03-23 11:02:54 +02:00
influxdb
kubernetes kubernetes: Ignore internal K8S annotations 2017-03-27 15:25:28 +01:00
librato librato: Work around eventual consistency of the API (#12816) 2017-03-17 16:52:38 +00:00
logentries
mailgun
mysql MySQL Provider does not recreate user if user got deleted manually in MySQL (#12791) 2017-03-18 13:15:01 +00:00
newrelic
nomad
ns1 provider/ns1: Ensure provider checks for credentials (#12920) 2017-03-23 12:00:56 +02:00
null
openstack provider/openstack: 409 Response on Pool Create (#13074) 2017-03-26 14:35:01 +03:00
opsgenie
packet provider/packet: Update ssh-key resource test to run in parallel better 2017-03-14 11:11:57 -04:00
pagerduty provider/pagerduty: Validate credentials (#12854) 2017-03-19 17:37:46 +00:00
postgresql
powerdns
profitbricks Handling missing resources (#13053) 2017-03-25 22:43:41 +02:00
rabbitmq
rancher Add rancher_certificate resource type (#12717) 2017-03-15 16:22:34 +02:00
random random_pet resource (#12903) 2017-03-27 12:50:39 +03:00
rundeck
scaleway provider/scaleway: work around parallel request limitation (#13045) 2017-03-27 13:00:11 +03:00
softlayer
spotinst
statuscake
template
terraform
test
tls
triton
ultradns
vault
vcd
vsphere provider/vsphere: Randomize the vsphere_virtual_disk acceptance test 2017-03-27 18:09:12 +03:00