Reorganize structure of Terraform manifests

This commit is contained in:
Dennis Hoppe
2022-01-13 10:01:59 +01:00
parent 01d568baf1
commit 453bdb0be5
4 changed files with 63 additions and 67 deletions

3
providers.tf Normal file
View File

@@ -0,0 +1,3 @@
provider "hcloud" {
token = var.hcloud_token
}