Crates.io | tfstarter |
lib.rs | tfstarter |
version | 0.5.1 |
source | src |
created_at | 2024-01-26 22:10:49.695817 |
updated_at | 2024-02-01 14:38:24.671705 |
description | A tool to store terraform project templates and copy then on the fly |
homepage | https://github.com/Donovan1905/tfstarter |
repository | https://github.com/Donovan1905/tfstarter |
max_upload_size | |
id | 1115950 |
size | 78,948 |
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.
Published here
cargo install tfstarter
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.
Use this command to list all the available templates :
tfstarter get
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>
To update the default templates list that is provided remotely, use :
tfstarter update