Skip to content

Donovan1905/tfstarter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tfstarter - Bootstrap your Terraform project with custom template 🚀

Powered by Rust ⚙️

The tool is currently on development, if you think that a feature needs to be added, do no hesitate to create an issue.

Install

Published here

cargo install tfstarter

Usage

Add a templates

Pre configured templates are WIP. For now you can add manualy your Terraform project in ~/.tfstarter/ (note that the directory name that you choose will define the key to use when using this template).

If you want to add placeholder to your templates use the following format :

{{placeholder_name}}

It will be automatically recognized and you will be prompted for the value.

List the templates

Use this command to list all the available templates :

tfstarter get

Use a template

Go to the target directory of your project and generate the terraform project by using :

This command will simply copy the files of the template directory to your current directory.

tfstarter new -t <template_name>

Update the default templates list

To update the default templates list that is provided remotely, use :

tfstarter update

About

CLI Tools to start terraform project from templates - Powered by Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published