Introduction
When installing Terraform Enterprise (TFE) in an airgapped environment, you must use a local copy of the Replicated installer bootstrapper. This bootstrapper contains all necessary application Docker images, which prevents the installation script from attempting to download required files from external sources.
This guide explains how to download a specific version of the Replicated installer required for your version of TFE.
Prerequisites
Before proceeding, you must identify the specific version of Replicated recommended for your target version of TFE. You can find this information in the Terraform Enterprise release notes.
Procedure
-
Download the Replicated installer package using a command-line tool such as
curl. ReplaceX.X.Xin both the output filename and the URL with the required version number you identified in the prerequisites.$ curl -o replicated-X.X.X.tar.gz \ https://install.terraform.io/airgap/X.X.X.tar.gz
After the download is complete, you will have the necessary installer file on your local machine to proceed with the TFE installation.
Additional Information
- For complete installation steps, refer to the Airgapped installation instructions.