terraform/builtin/providers/scaleway
Raphael Randschau fcaafee06b provider/scaleway: work around API concurrency issue (#12707)
when creating IPs concurrently the Scaleway API starts to return 500 internal
server errors.

since the error goes away when limiting concurrent requests, as well as the fact that the golang net/http client is safe for concurrent use,
I'm assuming this is an API error on Scaleways side.

this CS introduces a workaround so terraform does not crash for now.
the work around needs to be removed once Scaleway fixes their API
2017-03-15 16:23:18 +02:00
..
config.go
data_source_scaleway_bootscript.go
data_source_scaleway_bootscript_test.go
data_source_scaleway_image.go
data_source_scaleway_image_test.go
helpers.go
import_scaleway_ip_test.go
import_scaleway_security_group_test.go
import_scaleway_server_test.go
import_scaleway_volume_test.go
provider.go
provider_test.go
resource_scaleway_ip.go
resource_scaleway_ip_test.go
resource_scaleway_security_group.go
resource_scaleway_security_group_rule.go
resource_scaleway_security_group_rule_test.go
resource_scaleway_security_group_test.go
resource_scaleway_server.go
resource_scaleway_server_test.go
resource_scaleway_volume.go
resource_scaleway_volume_attachment.go
resource_scaleway_volume_attachment_test.go
resource_scaleway_volume_test.go