doc: добавление документации по созданию вм через tf

This commit is contained in:
2026-02-03 14:13:51 +03:00
parent db37cf8832
commit 6a3fc83246
19 changed files with 864 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
# Генерируем пароль для админского пользователя
resource "random_password" "admin_pass" {
length = 20
special = false
}