initial commit

This commit is contained in:
Karim Naufal
2021-07-30 10:12:37 +02:00
commit f615c994af
19 changed files with 864 additions and 0 deletions

7
versions.tf Normal file
View File

@@ -0,0 +1,7 @@
terraform {
required_providers {
hcloud = {
source = "hetznercloud/hcloud"
}
}
}