Install Terraform Exporter

Install DuploCloud Terraform Utility

Before you begin to install the utility, you must have certain prerequisites in place.

Install Prerequisites
  1. Install Go

  2. Install make tool

  3. Install Terraform version >= v0.14.11

Enable Export in DuploCloud

Set DISABLETFSTATERESOURCECREATION key as false in DuploCloud.

Please contact the DuploCloud team for assistance.

Clone DuploCloud Terraform Exporter Utility Repository

https://github.com/duplocloud/tenant-terraform-generator.git

Prepare Environment Variable in Bash

export customer_name="duplo-customer" 
export tenant_name="specifytenantname"
export cert_arn="arn:aws:acm:us-west-2:128329325849:certificate/1234567890-aaaa-bbbb-ccc-66e7dcd609e1"
export duplo_host="https://customer.duplocloud.net"
export duplo_token="xxx-xxxxx-xxxxxxxx"
export AWS_RUNNER="duplo-admin"
export aws_account_id="1234567890"
Need Help in setting Environment Variables?

customer_name - Customer Name hosting Tenants

tenant_name - Refer DuploCloud Portal > User > Profile > Tenant Details

cert_arn - certificate ARN used for the Infrastructure

duplo_host - DuploCloud Portal URL

duplo_token - Refer DuploCloud Portal > User Profile > Temporary API Token

AWS_RUNNER - "duplo-admin"

aws_account_id - AWS Account ID

Last updated

Logo

© DuploCloud, Inc. All rights reserved. DuploCloud trademarks used herein are registered trademarks of DuploCloud and affiliates