Introduction
The installation of Terraform Enterprise can be automated for both online and airgapped installs. This article discusses the retrieval of a specific set of parameters for use within /etc/replicated.conf
, which defines the settings for the Replicated installer.
Use Case
Users may encounter a situation where it would be beneficial to automate the installation of their TFE application, including the configuration of the storage location of the snapshot backup functionality. Specific parameters will need to be set within /etc/replicated.conf
before the automated installation is initiated.
Procedure
- On an existing TFE instance that has been configured with the snapshot recovery functionality you can export the settings by logging into the instance via ssh and running
replicatedctl params export
. Copy the output. - Paste the output into
/etc/replicated.conf
on the host where the automated install will take place. - Proceed with the automated installation as detailed in the link located below.
Additional Information
Automated installation instructions | Additional information regarding snapshot configuration options