Initial commit for template

This commit is contained in:
Justine Pelletreau
2026-02-23 18:37:37 +01:00
commit 2e8173bb79
6 changed files with 724 additions and 0 deletions

16
README.md Normal file
View File

@ -0,0 +1,16 @@
# Name of module
This module is used to
Put your vars inside a terraform.tfvars such as :
```
variable = "blabla"
```
Then run :
```
tofu init
tofu plan
tofu apply
```