This issue was originally opened by @pat610 as hashicorp/terraform#8734. It was migrated here as part of the provider split. The original body of the issue is below.
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:
This issue was originally opened by @pat610 as hashicorp/terraform#8734. It was migrated here as part of the provider split. The original body of the issue is below.
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: "" => "559104" cpu: "" => "8" dedicated_acct_host_only: "" => "false" disks.#: "" => "1" disks.0: "" => "100" domain: "" => "somedomain.com" frontend_vlan_id: "" => "559102" 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:
Terraform Version
Terraform v0.7.3
Terraform Configuration Files
Expected Behavior
Get a VM with my custom image
Actual Behavior
Error applying plan:
1 error(s) occurred:
Steps to Reproduce
terraform apply