Add existing project files to Git

This commit is contained in:
2023-10-23 17:11:22 +02:00
parent e8e9737b63
commit d12d8f1e4d
26 changed files with 3745 additions and 0 deletions

5
resource.tf Normal file
View File

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