Skip to content

Releases: DimensionDataResearch/terraform-provider-ddcloud

terraform-provider-ddcloud v2.1.2

06 Mar 05:48
4cf2f9e
Compare
Choose a tag to compare

Requires Terraform v0.8.0 or newer

  • Built against Terraform v0.11.11
  • Build against Go Version 1.10

Note: Terraform v0.8 is a major release, and may not be entirely backward-compatible; if you are upgrading from v0.7 or earlier, you should read the Terraform v0.8 migration guide and / or Terraform v0.9 migration guide.

Changes

  • Added vlan feature to allow network prefixsize btw 16 and 30.
    For a Detached VLAN privateIpv4PrefixSize can be between 16 and 30 inclusive. A Detached VLAN deployed with a privateIpv4PrefixSize of either /29 or /30 cannot be converted to an Attached VLAN

Getting started

  • Choose the appropriate executable for your OS
  • Copy it to the same directory as the main Terraform executable.

Note:
Refer to this repository for dockerfile.

terraform-provider-ddcloud v2.0.1

21 Feb 01:00
Compare
Choose a tag to compare

Requires Terraform v0.8.0 or newer

  • Built against Terraform v0.11.11
  • Build against Go Version 1.10

Note: Terraform v0.8 is a major release, and may not be entirely backward-compatible; if you are upgrading from v0.7 or earlier, you should read the Terraform v0.8 migration guide and / or Terraform v0.9 migration guide.

Changes

  • Added feature for Enterprise network static route
  • Introduce the use of CloudControl API v2.9 (Will slowly migrate all the requests to use v2.9 later on)

Getting started

  • Choose the appropriate executable for your OS
  • Copy it to the same directory as the main Terraform executable.

Start to use CloudControl API v2.9 for certain requests.

Note:
Refer to this repository for dockerfile.

terraform-provider-ddcloud v1.3.9

07 Feb 05:22
Compare
Choose a tag to compare

Requires Terraform v0.8.0 or newer (built against v0.11.11).

Note: Terraform v0.8 is a major release, and may not be entirely backward-compatible; if you are upgrading from v0.7 or earlier, you should read the Terraform v0.8 migration guide and / or Terraform v0.9 migration guide.

Changes

  • Added feature #119 Request to add new resource Address
  • Added feature #118 Request to add new datasource AddressList
  • Fix bug appliance attempting to get backup details, which is not available for appliances

Getting started

  • Choose the appropriate executable for your OS
  • Copy it to the same directory as the main Terraform executable.

terraform-provider-ddcloud v1.3.8

07 May 03:30
Compare
Choose a tag to compare

Requires Terraform v0.8.0 or newer (built against v0.11.4).

Note: Terraform v0.8 is a major release, and may not be entirely backward-compatible; if you are upgrading from v0.7 or earlier, you should read the Terraform v0.8 migration guide and / or Terraform v0.9 migration guide.

Changes

  • Handle missing server when checking for existence of server network adapter (#114).

Getting started

  • Choose the appropriate executable for your OS
  • Copy it to the same directory as the main Terraform executable.

terraform-provider-ddcloud v1.3.7

04 May 04:35
da21412
Compare
Choose a tag to compare

Requires Terraform v0.8.0 or newer (built against v0.11.4).

Note: Terraform v0.8 is a major release, and may not be entirely backward-compatible; if you are upgrading from v0.7 or earlier, you should read the Terraform v0.8 migration guide and / or Terraform v0.9 migration guide.

Changes

  • Bug-fix: "invalid UTF-8" error if user account details contain non-ASCI characters.
  • Bug-fix: create / update of ddcloud_server resource fails if server is running and disk configuration needs to be updated (#116).

Getting started

  • Choose the appropriate executable for your OS
  • Copy it to the same directory as the main Terraform executable.

terraform-provider-ddcloud v1.3.5

30 Apr 21:22
Compare
Choose a tag to compare

Requires Terraform v0.8.0 or newer (built against v0.11.4).

Note: Terraform v0.8 is a major release, and may not be entirely backward-compatible; if you are upgrading from v0.7 or earlier, you should read the Terraform v0.8 migration guide and / or Terraform v0.9 migration guide.

Changes

  • If the initial request to the CloudControl API returns an invalid response, this response is now always written to the log (this helps when troubleshooting interaction with CloudControl).

Getting started

  • Choose the appropriate executable for your OS
  • Copy it to the same directory as the main Terraform executable.

terraform-provider-ddcloud v1.3.4

18 Mar 20:42
Compare
Choose a tag to compare

Requires Terraform v0.8.0 or newer (built against v0.11.4).

Note: Terraform v0.8 is a major release, and may not be entirely backward-compatible; if you are upgrading from v0.7 or earlier, you should read the Terraform v0.8 migration guide and / or Terraform v0.9 migration guide.

Changes

  • Persist private key for ddcloud_ssl_domain_certificate in state data.
    Otherwise, Terraform either supplies an incorrect value to the provider (which causes creation to fail) or always sees the key as having changed (which causes a destroy-and-recreate of the resource).
  • Implement ddcloud_server_backup resource type (#26).
  • Expose downoad URLs for backup clients on computed backup_client_urls attribute of ddcloud_server resource type (#26).

Getting started

  • Choose the appropriate executable for your OS
  • Copy it to the same directory as the main Terraform executable.

terraform-provider-ddcloud v1.3.4-alpha1

15 Mar 17:41
Compare
Choose a tag to compare

Requires Terraform v0.8.0 or newer (built against v0.11.4).

Note: Terraform v0.8 is a major release, and may not be entirely backward-compatible; if you are upgrading from v0.7 or earlier, you should read the Terraform v0.8 migration guide and / or Terraform v0.9 migration guide.

Changes

  • Persist private key for ddcloud_ssl_domain_certificate in state data.
    Otherwise, Terraform either supplies an incorrect value to the provider (which causes creation to fail) or always sees the key as having changed (which causes a destroy-and-recreate of the resource).

Note: support for ddcloud_server_backup has been deferred until v1.3.4 (RTM).

Getting started

  • Choose the appropriate executable for your OS
  • Copy it to the same directory as the main Terraform executable.

terraform-provider-ddcloud v1.3.3

14 Mar 19:05
Compare
Choose a tag to compare

Requires Terraform v0.8.0 or newer (built against v0.11.4).

Note: Terraform v0.8 is a major release, and may not be entirely backward-compatible; if you are upgrading from v0.7 or earlier, you should read the Terraform v0.8 migration guide and / or Terraform v0.9 migration guide.

Changes

  • Bug-fix: ssl_offload_profile property is not being persisted by ddcloud_virtual_listener (#110).
  • Use v2.6 API for ddcloud_virtual_listener.
  • Ignore changes to private_key property of ddcloud_ssl_domain_certificate.
    This is required because the private key is not persisted in state data.

Note: support for ddcloud_server_backup has been moved to v1.3.4.

Getting started

  • Choose the appropriate executable for your OS
  • Copy it to the same directory as the main Terraform executable.

terraform-provider-ddcloud v1.3.3-preview1

28 Jan 21:42
v1.3.3-preview1
Compare
Choose a tag to compare

Requires Terraform v0.8.0 or newer (built against v0.9.11).

Note: Terraform v0.8 is a major release, and may not be entirely backward-compatible; if you are upgrading from v0.7 or earlier, you should read the Terraform v0.8 migration guide and / or Terraform v0.9 migration guide.

Enhancements

  • Implement ddcloud_server_backup resource type (#26).
  • Expose downoad URLs for backup clients on computed backup_client_urls attribute of ddcloud_server resource type (#26).

Getting started

  • Choose the appropriate executable for your OS
  • Copy it to the same directory as the main Terraform executable.