feat: python gitignore

This commit is contained in:
2025-12-22 10:50:43 -05:00
parent cb05e7e9f7
commit 156c0113f1
4 changed files with 263 additions and 0 deletions

12
terraform/variables.tf Normal file
View File

@@ -0,0 +1,12 @@
variable "hcloud_token" {
sensitive = true
}
locals {
boxes = [
{
name = "jumpbox"
type = "cx23"
}
]
}