-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Labels
Description
terraform version: v0.8.7+
terrafrom-provider-softlayer version: 580b8ef and after
While working with terraform tonight, I started running into errors between terraform and softlayer.
terraform plan -var-file variables.tfvars
...
Error refreshing state: 7 error(s) occurred:
* softlayer_vlan.mesos_public: Error retrieving vlan: SOAP-ENV:Client: Bad Request (HTTP 200)
* softlayer_global_ip.gateway_global_ip.0: Error retrieving Global Ip: SOAP-ENV:Client: Bad Request (HTTP 200)
* softlayer_lb_local.mesos_lb_local: Error retrieving load balancer: SOAP-ENV:Client: Bad Request (HTTP 200)
* softlayer_vlan.mesos_private: Error retrieving vlan: SOAP-ENV:Client: Bad Request (HTTP 200)
* softlayer_global_ip.gateway_global_ip.1: Error retrieving Global Ip: SOAP-ENV:Client: Bad Request (HTTP 200)
* softlayer_virtual_guest.gateway-server.0: Error retrieving virtual guest: SOAP-ENV:Client: Bad Request (HTTP 200)
* softlayer_virtual_guest.gateway-server.1: Error retrieving virtual guest: SOAP-ENV:Client: Bad Request (HTTP 200)
I stashed the changes that I was working on and got the same error. I checked the 3 clusters that I have going on and ran into the error with all of them. I tried upgrading terraform and the softlayer-provider plugin and it did not change anything. I'm unable to plan or destroy clusters as a consequence.