Releases: DimensionDataResearch/dd-tf-export
Releases · DimensionDataResearch/dd-tf-export
CloudControl export for Terraform v0.2-alpha2
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
andDD_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
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
andDD_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
To get started:
- Choose the correct executable for your OS
- Set the
DD_COMPUTE_USER
andDD_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.