init: initial commit

This commit is contained in:
ITQ
2025-10-04 08:54:34 +03:00
commit 8351a2c667
37 changed files with 1408 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
variable "folder_id" {}
variable "cloud_id" {}
variable "resources_prefix" {
type = string
default = ""
}
variable "domain" {
description = "Domain to issue TLS certificates for with Let's Encrypt"
type = string
}
variable "ssh_public_key_path" {
description = "This public key will be placed on all nodes"
type = string
}