Skip to content

Latest commit

 

History

History
40 lines (22 loc) · 1.18 KB

README.md

File metadata and controls

40 lines (22 loc) · 1.18 KB

TerraGo CodeScan Go Report Card codebeat badge

TerraGo is a simple Go Tool that can quickly create a terraform file using user input that is ready for testing. It is useful for testing and playing with new images.

It currently supports only the Docker provider.

TODO List

  • Fix Box output in terminal
  • Add support for environmental variables
  • Implement command-like calling with flags

Installation

Use the run feature of Go to run the tool.

go run src/TerraGo/main.go

Or open the already builded file.

cd bin/

If on Linux:

./main

If on Windows:

main

Usage

Run the tool and go through the setup.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

GPL-3.0