opentofu/builtin/providers
Jake Champlin feafe3c0b5
provider/aws: Fix acceptance tests for autoscaling schedule
Fixes acceptance tests for `aws_autoscaling_schedule` resource

```
$ make testacc TEST=./builtin/providers/aws TESTARGS='-run=TestAccAWSAutoscalingSchedule_basic'
==> Checking that code complies with gofmt requirements...
go generate $(go list ./... | grep -v /terraform/vendor/)
2017/01/30 14:40:34 Generated command/internal_plugin_list.go
TF_ACC=1 go test ./builtin/providers/aws -v -run=TestAccAWSAutoscalingSchedule_basic -timeout 120m
=== RUN   TestAccAWSAutoscalingSchedule_basic
--- PASS: TestAccAWSAutoscalingSchedule_basic (170.38s)
PASS
ok  	github.com/hashicorp/terraform/builtin/providers/aws	170.406s
```

```
$ make testacc TEST=./builtin/providers/aws TESTARGS='-run=TestAccAWSAutoscalingSchedule_disappears'
==> Checking that code complies with gofmt requirements...
go generate $(go list ./... | grep -v /terraform/vendor/)
2017/01/30 15:00:49 Generated command/internal_plugin_list.go
TF_ACC=1 go test ./builtin/providers/aws -v -run=TestAccAWSAutoscalingSchedule_disappears -timeout 120m
=== RUN   TestAccAWSAutoscalingSchedule_disappears
--- PASS: TestAccAWSAutoscalingSchedule_disappears (179.23s)
PASS
ok  	github.com/hashicorp/terraform/builtin/providers/aws	179.253s
```
2017-01-30 15:07:10 -05:00
..
alicloud update alicloud provider (#11235) 2017-01-19 14:08:56 +00:00
archive adding (backwards compatible) support for providing multiple source filename and content (#11271) 2017-01-23 22:17:45 +00:00
atlas Add VersionString 2016-07-21 16:43:49 -04:00
aws provider/aws: Fix acceptance tests for autoscaling schedule 2017-01-30 15:07:10 -05:00
azure provider/azure: add custom_data argument for azure_instance resource (#8158) 2016-08-14 11:02:49 +01:00
azurerm provider/azurerm: use configured environment for storage clients (#11159) 2017-01-17 16:28:24 +00:00
bitbucket provider/bitbucket: Remove unnecessary casts. 2016-09-22 17:35:03 +10:00
chef provider/chef: Updating the provider_test comments to remove a company name (#10197) 2016-11-18 10:53:21 +02:00
clc
cloudflare Use a better format in error output 2017-01-13 15:43:47 -05:00
cloudstack provider/cloudstack: add support for multiple NICs with port forwards and set network_domain for networks (#10638) 2016-12-12 10:06:42 +01:00
cobbler
consul Fixes for consul_service resource (#9366) 2016-10-26 13:07:00 +01:00
datadog Fix fmt.Errorf() formatting 2017-01-13 18:19:35 -05:00
digitalocean provider/digitalocean: Fix failing acceptance test (#11310) 2017-01-20 17:47:54 +00:00
dme [WIP] provider/azurerm: Bump sdk version to 7.0.1 (#10458) 2016-12-06 08:39:47 +00:00
dnsimple
docker provider/docker: Add support for a list of pull_triggers within the docker_image resource. (#10845) 2017-01-03 16:10:39 +00:00
dyn
external "external" data source, for integrating with external programs (#8768) 2016-12-05 17:24:57 +00:00
fastly provider/fastly Adds papertrail logging (#11491) 2017-01-30 16:05:27 +00:00
github provider/github: supports importing resources (#10382) 2016-11-28 17:30:24 +00:00
google provider/google: allow instance group managers in region other than project (#11294) 2017-01-30 11:35:35 +00:00
grafana
heroku provider/heroku: Fix failing acceptance test (#11374) 2017-01-24 14:10:11 +02:00
icinga2 Initial check in for Icinga2 Provider/Resource (#8306) 2016-12-12 15:28:26 +00:00
ignition provider/ignition: mount and path are mutually exclusive (#11409) 2017-01-27 21:28:42 +02:00
influxdb Improve influxdb provider (#7333) 2016-08-05 16:27:03 +10:00
librato provider/librato: Randomize the test case names as dangling resources were causing failures 2016-09-22 12:43:06 +01:00
logentries provider/logentries: Implementing logentries provider (#7067) 2016-07-12 14:14:39 +01:00
mailgun
mysql use hashicorp/go-version to parse mysql server version 2016-08-31 10:50:08 +02:00
newrelic provider/newrelic: Add new provider for New Relic 2016-12-15 19:14:59 +00:00
nomad providers/nomad: use DefaultConfig to intialize all fields 2016-11-19 10:20:54 -08:00
ns1 provider/ns1/record: Fix "use_client_subnet". (#11368) 2017-01-29 16:45:13 +00:00
null
openstack provider/openstack: Remove Default Security Group Rules (#11466) 2017-01-29 16:07:33 +00:00
opsgenie provider/opsgenie: Descriptions for Teams (#11391) 2017-01-29 15:52:23 +00:00
packet provider/packet: Restructure the Packet Volume test to no longer rely on environment variables 2016-08-15 08:38:43 +01:00
pagerduty provider/pagerduty: Allow timeouts to be disabled (pagerduty_service) (#11483) 2017-01-29 16:06:44 +00:00
postgresql fix wrong usage of hashicorp/errwrap (#11500) 2017-01-29 19:19:48 +00:00
powerdns provider/powerdns: Add support for PowerDNS 4 API (#7819) 2016-07-28 17:01:06 +01:00
profitbricks Fix vet errors in providers (#11496) 2017-01-29 15:59:55 +00:00
rabbitmq Fix vet issues 2016-10-18 11:11:12 -04:00
rancher Closes #11053. Use environment specific client for accessing resources. (#11503) 2017-01-30 17:08:21 +00:00
random provider/random: Separate read from create 2016-11-06 17:05:11 -06:00
rundeck Improving Rundeck provider: scheduler (#9449) 2016-12-13 12:00:53 +00:00
scaleway provider/scaleway: fix provider configuration (#11234) 2017-01-17 12:50:10 +00:00
softlayer
statuscake Merge branch 'statuscake_adding_contact_group' of https://github.com/ldjohnson/terraform into ldjohnson-statuscake_adding_contact_group 2017-01-17 16:11:23 +00:00
template providers/template: disallow file paths in template 2016-11-22 10:23:58 -08:00
terraform state/remote: Officially Support local backend 2016-09-03 15:42:40 -07:00
test providers/test: additional testing via integration tests 2017-01-28 11:09:24 -08:00
tls Restore tls_cert_request to being a managed resource 2016-09-24 12:22:07 -07:00
triton provider/triton: Id trying to be used before being set 2016-08-30 23:19:04 +01:00
ultradns ultradns providers and improvements (#9788) 2016-12-15 16:28:34 +00:00
vault provider/vault: Remove user input for optional vault provider fields (#11082) 2017-01-17 12:06:55 +00:00
vcd
vsphere vSphere Provider: If we only have one networkInterface, deviceID should (#8276) 2017-01-20 14:11:24 +00:00