Initial Commit

This commit is contained in:
2025-09-28 17:43:23 +10:00
commit 0d81d80e28
14 changed files with 375 additions and 0 deletions

39
.gitignore vendored Normal file
View File

@ -0,0 +1,39 @@
# Local .terraform directories
**/.terraform/*
# .tfstate files
*.tfstate
*.tfstate.*
# Crash log files
crash.log
crash.*.log
# Exclude override files as they are usually for local changes
override.tf
override.tf.json
*_override.tf
*_override.tf.json
# Include override files you do wish to add to version control using negation
# !example_override.tf
# Exclude Terraform variable files that may contain sensitive data
**/*.tfvars
**/*.tfvars.json
# Ignore CLI configuration files
.terraformrc
terraform.rc
# Ignore lock files (optional: keep if you want dependency locking in VCS)
.terraform.lock.hcl
# IDE and OS specific files
.DS_Store
Thumbs.db
*.swp
*.bak
*.tmp
*.idea/
.vscode/