🎉: import tofu project

This commit is contained in:
VC
2025-03-06 14:55:01 +01:00
parent 391cfa9634
commit 459c4e7a84
10 changed files with 477 additions and 2 deletions

View File

@@ -0,0 +1,4 @@
output "container_password" {
value = random_password.container_password.result
sensitive = true
}