user interface to run terraform (tf) files.
- Download terraform binary from terraform.io
- Place the terraform binary|executable (terraform|terraform.exe) path in global.properties (src/main/resources)
- Provide the location of directory where files will be placed in global.properties (src/main/resources)
git clone https://github.com/siddharthshankarpaul/terraform-ui.git
cd terraform-ui/
mvn package
java -jar target/terraform-ui-X.X.jar
http://localhost:8090/
- Java
- Maven
- Mysql
- docker-compose build
- docker-compose start