changed structure and added drone ci

This commit is contained in:
2023-10-27 11:01:13 +02:00
parent d12d8f1e4d
commit 0ed46a355e
25 changed files with 239 additions and 1994 deletions

View File

@@ -0,0 +1,5 @@
resource "random_password" "vm_password" {
length = 16
override_special = "_%@"
special = true
}