Skip to content

Terraform-provider-ddcloud v3.0.6

Latest
Compare
Choose a tag to compare
@samuelchong samuelchong released this 09 Nov 06:28

Note:

This build is published in terraform registry now.
https://registry.terraform.io/providers/DimensionDataResearch/ddcloud/latest

Prerequisites

  • Terraform 0.12+
  • Terraform 0.13 supported (refer to upgrade guide below)
  • Go Version 1.12

Guide to using Terraform Registry

terraform {
  required_providers {    
    source = "DimensionDataResearch/ddcloud"
    version = "~> 3.0.6"
  }
}

provider "ddcloud" {
	username = "<username>"
	password = "<password>"
	region = "AU" # The DD compute region code (e.g. "AU", "NA", "EU")
	# cloudcontrol_endpoint = "https://api-au.dimensiondata.com"
}

Changes

  • Update go modules.
  • Documentation to use Terraform v.0.13

Terraform upgrade guide from v12 to v13

Terraform v0.13 Upgrade Guide Doco

Getting started

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