Download an infrastructure template and a variables file
Download a Terraform template and a variables file that define the infrastructure of your custom cloud.
Prerequisites
- Aiven Console
- Aiven CLI
- At least one custom cloud created in your Aiven organization
- Access to the Aiven Console
- Super admin role in your Aiven organization
- At least one custom cloud created in your Aiven organization
- Aiven CLI client installed
- Super admin role in your Aiven organization
Download an infrastructure template
- Aiven Console
- Aiven CLI
- Log in to the Aiven Console, and go to your organization.
- Click Admin in the top navigation, and click Bring your own cloud in the sidebar.
- Select a cloud, and find the Infrastructure template on the Overview.
- Click Download.
Run the avn byoc template terraform get-template
command
to download your infrastructure template.
avn byoc template terraform get-template \
--organization-id "ORGANIZATION_IDENTIFIER" \
--byoc-id "CUSTOM_CLOUD_IDENTIFIER" >| "tf_dir/tf_file.tf"
Download a variable file
- Aiven Console
- Aiven CLI
- Log in to the Aiven Console, and go to your organization.
- Click Admin in the top navigation, and click Bring your own cloud in the sidebar.
- Select a cloud, and find the Variables file on the Overview.
- Click Download.
Run the avn byoc template terraform get-vars
command
to download your variables file.
avn byoc template terraform get-vars \
--organization-id "ORGANIZATION_IDENTIFIER" \
--byoc-id "CUSTOM_CLOUD_IDENTIFIER" >| "tf_dir/tf_file.vars"