Skip to content

Releases: DimensionDataResearch/dd-tf-export

CloudControl export for Terraform v0.2-alpha2

24 Jul 03:25
Compare
Choose a tag to compare

Changes:

  • ddcloud_server is now exported using source image name instead of ID where possible. This makes it easier when retargeting configurations to other data centres.

To get started:

  • Choose the correct executable for your OS
  • Set the DD_COMPUTE_USER and DD_COMPUTE_PASSWORD environment variables to your CloudControl credentials.
  • Run the following command (if on Windows, replace -- in arguments with /).
dd-tf-export --region AU --datacenter AU9 --networkdomain your_network_domain_id > ./your_network_domain.tf

Note that you can specify the --networkdomain parameter multiple times to export multiple network domains at a time.

CloudControl export for Terraform v0.2-alpha1

22 Jul 02:03
Compare
Choose a tag to compare

Changes:

  • Firewall rules will now use reference expressions if they target public IPs exposed via NAT rules.

To get started:

  • Choose the correct executable for your OS
  • Set the DD_COMPUTE_USER and DD_COMPUTE_PASSWORD environment variables to your CloudControl credentials.
  • Run the following command.
dd-tf-export --region AU --datacenter AU9 --networkdomain your_network_domain_id > ./your_network_domain.tf

Note that you can specify the --networkdomain parameter multiple times to export multiple network domains at a time.

CloudControl export for Terraform v0.1

21 Jul 00:20
Compare
Choose a tag to compare

To get started:

  • Choose the correct executable for your OS
  • Set the DD_COMPUTE_USER and DD_COMPUTE_PASSWORD environment variables to your CloudControl credentials.
  • Run the following command.
dd-tf-export --region AU --datacenter AU9 --networkdomain your_network_domain_id > ./your_network_domain.tf

Note that you can specify the --networkdomain parameter multiple times to export multiple network domains at a time.