Skip to content

Edge-Center/tui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 59.8%
  • Vue 31.1%
  • JavaScript 6.0%
  • Makefile 1.7%
  • Dockerfile 1.1%
  • HTML 0.3%