terraform/builtin/providers
Raphael Randschau 403ea9f6d7 provider/scaleway: work around parallel request limitation (#13045)
according to the official scaleway support, requests within the same session can
not be parallelized.

While I do not know for sure that this is a write-only limitation, I've
implemented it as a write-only limitation for now.

Previously requests like this would produce a 500 internal server error:

```
resource "scaleway_ip" "test_ip" {
  count = 2
}
```

now this limitation should be lifted, for all scaleway resources
2017-03-27 13:00: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
atlas
aws Correct handling of network ACL default IPv6 ingress/egress rules. (#12835) 2017-03-27 12:42:49 +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
cobbler
consul
datadog
digitalocean provider/digitalocean: Add support for LoadBalancers (#12077) 2017-02-23 23:41:20 +02:00
dme
dns
dnsimple
docker
dyn
external
fastly fix bool vs Compatibool ref used in flattenBackends (#12538) 2017-03-24 14:05:29 -05:00
github
google
grafana
heroku
icinga2
ignition
influxdb
kubernetes
librato
logentries
mailgun
mysql
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
pagerduty
postgresql
powerdns
profitbricks Handling missing resources (#13053) 2017-03-25 22:43:41 +02:00
rabbitmq
rancher
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