Access the Terraform Enterprise command line
Terraform Enterprise provides CLI commands via tfectl
to change its configuration, stop the application safely, and produce support bundles.
Docker
To connect to the Docker container hosting Terraform Enterprise, execute the following command from the server where Terraform Enterprise is running. If you have named your container something other than terraform-enterprise
please replace that with your container name.
Kubernetes
Complete the following steps to connect to the Kubernetes pod hosting Terraform Enterprise:
Authenticate to the Kubernetes cluster by executing the relevant command.
Authentication commandRetrieve the pod name by executing the following command.
Execute the following command to remote into the pod.