Skip to content

Releases: softlayer/terraform-provider-softlayer

1.5.0

27 Apr 20:41
Compare
Choose a tag to compare
  • Fixed IOPS calculation formula for endurance storage (Closed #135)
  • Add DNS Secondary zone resource
  • Fix Block Storage resource update logic (#138)
  • Fix Basic Monitor resource: notification creation errors were not being reported.
  • Fix Virtual Guest import not capturing os_reference_code nor image_id
  • Fix storage resource when going over XML-RPC (Closes #132)
  • Fix issue that prevented removal of all tags from Virtual Guest or Bare metal resources.
  • Added notes and mount point properties to the File Storage resource.

Binaries built for Terraform 0.9.

1.4.1

22 Mar 03:52
Compare
Choose a tag to compare
  • Add IPv6 support to the VLAN Firewall resource
  • Minor bug fixes and other tweaks

1.4.0

24 Feb 16:21
Compare
Choose a tag to compare

Binaries built against Terraform 0.8.7

Updates:

  • Added HTTPS capability to VPX load balancer resource
  • Normalized waiting logic for Virtual Guests to become available.
  • Support Virtual Guest provisioning with multiple disks
  • Support IBMid user accounts in user resource
  • Added a resource for configuring a Dedicated Hardware Firewall in SoftLayer
  • Added IPv6 support to Virtual Guest resource
  • Added secondary public IP addresses support to Virtual Guest resource
  • Made target for new DNS Domain resource optional
  • Added data source for DNS Domain
  • Support multiple transactions in local load balancer resource.
  • Added new File (NFS) Storage resource
  • Added new Block (iSCSI) Storage resource
  • Support setting a note in Virtual Guests and Bare Metals
  • Wait time for virtual guest availability is now configurable
  • Added IPv6 support to Global IP resource

1.3.0

16 Nov 17:38
Compare
Choose a tag to compare
  • Add support for Netscaler VPX 10.5
    • See the lb_vpx docs for details on added properties.
    • Many other fixes to lb_vpx.
  • Add HA support to Netscaler VPX via a new resource lb_vpx_ha.
  • Implicitly import ssh key upon resource create if ssh key already exists.
  • Misc fixes virtual_guest resource.

1.2.0

27 Oct 14:31
Compare
Choose a tag to compare

Change virtual guest attribute names to match bare metal and api (#39):

  • name to hostname
  • cpu to cores
  • ram to memory
  • user_data to user_metadata
  • ssh_keys to ssh_key_ids

1.1.1

27 Oct 20:22
Compare
Choose a tag to compare
  • FIx VPX REST status checking logic for VPX 10.5

1.1.0

26 Oct 22:39
Compare
Choose a tag to compare
  • Several encoding/decoding important fixes to the XMLRPC transport
  • New resource: Global IP

1.0.1

25 Oct 01:25
Compare
Choose a tag to compare
  • Fixes scale group resources
  • Diff/Plan fixes in virtual guest resource
  • Automatically set the connection host for virtual guests and bare metals
  • Fix race condition and uint decoding in xmlrpc transport
  • Image template data source can now look up public images as well

1.0.0

15 Oct 15:22
Compare
Choose a tag to compare

First release