feat: Added terraform config... just a basic one at first

This commit is contained in:
2026-07-09 21:55:50 +01:00
parent 5486716981
commit 3bfa0e6f32
33 changed files with 1235 additions and 5 deletions
+3
View File
@@ -0,0 +1,3 @@
data "hcloud_ssh_key" "main" {
name = var.ssh_key_name
}