Files
Terraform_template/README.md
2026-02-23 18:37:37 +01:00

174 B

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