Releases: DimensionDataResearch/terraform-provider-ddcloud
terraform-provider-ddcloud v2.1.2
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
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
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
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
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
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
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 ofddcloud_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
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
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 byddcloud_virtual_listener
(#110). - Use v2.6 API for ddcloud_virtual_listener.
- Ignore changes to
private_key
property ofddcloud_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
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 ofddcloud_server
resource type (#26).
Getting started
- Choose the appropriate executable for your OS
- Copy it to the same directory as the main Terraform executable.