terraform-provider-softlayer
terraform-provider-softlayer copied to clipboard
a Terraform (http://terraform.io) provider for interacting with SoftLayer (https://www.softlayer.com)
Terraform v0.9.1 (same issue also on v0.8.x) terraform-provider-softlayer: deeab85 (current master) (same issue also on 1.4.0) When destroying more than a dozen private VSIs it fails with the following errors:...
For some reason ordering block storage isn't consistent.. From FRA02, If I order 100 GB Performance @ 1000 IOPS, it works fine. Using the same code (different resource name), if...
It appears changing items such as "os_reference_code" does not cause the OS to be reloaded on the baremetal system. I created a module that implements a softlayer_bare_metal resource, imported an...
Or so it seems anyway. Is 0.0.1 the same as 1.5.0 when released here at GH? Any reason why SL isn't releasing through hashicorp? ``` Downloading modules... Initializing the backend......
`terraform-provider-softlayer` lets me specify public bandwidth for [softlayer_bare_metal](https://github.com/softlayer/terraform-provider-softlayer/blob/e744d7034702e85c0b6a16ec7f6759a6f6699cc0/docs/resources/softlayer_bare_metal.md) but not for [softlayer_virtual_guest](https://github.com/softlayer/terraform-provider-softlayer/blob/master/docs/resources/softlayer_virtual_guest.md). I have a virtual guest that's hitting the default bandwidth limit. I could raise its bandwidth allotment through...
I understand we can pass SSH key during VM provisioning, but I would like to specify a user / pwd combination for my Windows provisioning
Actual bare metal resource handles only fixed configuration of bare metal. This resource allows to manage customized bare metal where price and configuration are stored in IBM Bluemix Infrastructure (ex-SoftLayer)...
Lately, when trying to modify an instance's cores and/or memory, we get a lot of these types of errors: ```* softlayer_virtual_guest.instance: Couldn't upgrade virtual guest: SoftLayer_Exception_Order_Item_Invalid: Invalid price 32 GB...
Goes hand in hand with #167 and #169. If you want to configure a vpx to report client ip addresses to the services its load balancing, you need to set...
terraform version: v0.8.7+ terrafrom-provider-softlayer version: 580b8ef95af8f328023dda115a7dfa72294e61b3 and after While working with terraform tonight, I started running into errors between terraform and softlayer. ``` terraform plan -var-file variables.tfvars ... Error refreshing...