Initial commit: Terraform configuration for Proxmox VM with Loki and Promtail

This commit is contained in:
Terraform Automation
2025-11-20 10:33:26 +00:00
commit 1c76f66711
10 changed files with 1078 additions and 0 deletions

44
.gitignore vendored Normal file
View File

@@ -0,0 +1,44 @@
# Local .terraform directories
**/.terraform/*
# .tfstate files
*.tfstate
*.tfstate.*
# Crash log files
crash.log
crash.*.log
# Exclude all .tfvars files, which might contain sensitive data
*.tfvars
*.tfvars.json
# Ignore override files
override.tf
override.tf.json
*_override.tf
*_override.tf.json
# SSH keys
*.pem
*.key
ssh_key*
# Lock files
.terraform.lock.hcl
# Backup files
*.backup
*.bak
# OS files
.DS_Store
Thumbs.db
# IDE files
.idea/
.vscode/
*.swp
*.swo
*~