Skip to content

Go tool that creates a simple terraform file using user input.

License

Notifications You must be signed in to change notification settings

brizinger/TerraGo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Go tool that creates a simple terraform file using user input.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages