Terraform Enterprise automation installation

302 Views Asked by At

While installing private terraform enterprise using terraform, I am facing this issue. An issue was also raise here
After installing it, I get an error bringing up the browser
https://(IP):8800/initializing?redirect=/

My machine type is ubuntu, image - ubuntu-os-cloud/ubuntu-1604-lts


"Error while initializing daemon: Error cannot GET /api/v

enter image description here

2

There are 2 best solutions below

0
Lachie White On BEST ANSWER

When installing and configuring Terraform Enterprise, make sure you have a read of the HashiCorp Terraform Enterprise Documentation

Here is the steps for the Automated Installation

Most often issues within the daemon happen when all of the required steps aren't performed correctly.

HashiCorp also provides example repositories on how you can perform this installation on multiple clouds:

The Terraform Registry is a great resource to look for working examples that are used around the world and endorsed by HashiCorp and the Community: https://registry.terraform.io/

2
Ashish Kumar On

This happens when you skip some step in between, for example, I had to write license key, but I skipped that step and due to that all the docker didn't got internalized.