tf defined vms

This commit is contained in:
counterweight 2025-10-31 08:54:18 +01:00
parent 6f42e43efb
commit 4d8e641466
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C
7 changed files with 261 additions and 0 deletions

11
.gitignore vendored
View file

@ -1,3 +1,14 @@
# OpenTofu / Terraform
.terraform/
.tofu/
.terraform.lock.hcl
.tofu.lock.hcl
terraform.tfstate
terraform.tfstate.*
crash.log
*.tfvars
*.tfvars.json
inventory.ini
venv/*
.env