Skip to content
This repository has been archived by the owner on Apr 13, 2021. It is now read-only.

Using private custom image #18

Open
pat610 opened this issue Sep 7, 2016 · 1 comment
Open

Using private custom image #18

pat610 opened this issue Sep 7, 2016 · 1 comment

Comments

@pat610
Copy link

pat610 commented Sep 7, 2016

I've used the SoftLayer API to get the globalIdentifier of one of my private custom images. However, when I specify that image and run terraform apply I get an error:

softlayer_virtual_guest.terraform-sample-BDTGroup: Creating...
backend_vlan_id: "" => "111111"
cpu: "" => "8"
dedicated_acct_host_only: "" => "false"
disks.#: "" => "5"
disks.0: "" => "1000"
disks.1: "" => "1000"
disks.2: "" => "1000"
disks.3: "" => "1000"
disks.4: "" => "1000"
domain: "" => "somedomain.com"
frontend_vlan_id: "" => "222222"
hourly_billing: "" => "true"
image: "" => "4b36e2f4-02f7-4830-8dd2-c37988c76783"
ipv4_address: "" => ""
ipv4_address_private: "" => ""
local_disk: "" => "false"
name: "" => "terraform-vm"
private_network_only: "" => "false"
public_network_speed: "" => "1000"
ram: "" => "32768"
region: "" => "tor01"
Error applying plan:

1 error(s) occurred:

  • softlayer_virtual_guest.terraform-sample-BDTGroup: Error creating virtual guest: softlayer-go: could not SoftLayer_Virtual_Guest#createObject, HTTP error code: '500'
@eirslett
Copy link
Contributor

eirslett commented Sep 7, 2016

SoftLayer support is part of terraform core now. This codebase is deprecated, you should ask at the terraform repo instead!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants