Init commit

This commit is contained in:
Iurii Anfinogenov
2026-04-13 17:48:41 +00:00
parent 815cdc5c14
commit e40ee15da1
32 changed files with 2476 additions and 58 deletions

51
.gitignore vendored Normal file
View File

@@ -0,0 +1,51 @@
# OpenTofu / Terraform
**/.terraform/
**/.terraform.lock.hcl
# State
**/*.tfstate
**/*.tfstate.*
**/crash.log
**/crash.*.log
# Variable files with secrets
**/*.tfvars
**/*.tfvars.json
!**/*.tfvars.example
# Optional local override files
**/override.tf
**/override.tf.json
**/*_override.tf
**/*_override.tf.json
# CLI config / credentials
.terraformrc
terraform.rc
# Environment files
.env
.env.*
!.env.example
# Secrets / keys
*.pem
*.key
*.p12
*.pfx
id_rsa
id_rsa.pub
id_ed25519
id_ed25519.pub
# Editors / OS
.DS_Store
.idea/
.vscode/
*.swp
*.swo
# Logs
*.log
notes.md