README.md

TUI - Terraform User Interface

TUI is a web-based UI for Terraform that makes it easy to manage Terraform modules.

Prerequisites

To run this application, you need to have the following software installed on your system:

  • Go 1.20+
  • Node.js 12+
  • NPM 6+
  • Docker with docker-compose

Getting Started

  1. To download the terraform binary, you must specify a proxy address via HTTPS_PROXY env.

    export HTTPS_PROXY=http://your.proxy
    
  2. To start the application, run the following command from the project root directory:

    make up_proxy
    

    or without proxy

    make up
    
  3. Once all containers are running, the application can be opened in a browser at:

    http://localhost:8080/
    

Usage

  1. Create a new user or log in using the provided credentials.
  2. After signing in, you can sign out of the site.
  3. Users can create, modify, and delete modules.
  4. Users can import module content.
Конвейеры
0 успешных
0 с ошибкой