Skip to content

terraform-provider-ddcloud v1.3.4

Compare
Choose a tag to compare
@tintoy tintoy released this 18 Mar 20:42
· 27 commits to development/v1.3 since this release

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.