initial(main): Add files for basic gridscale deployment of 2 hosts with config

This commit is contained in:
Richard
2026-07-28 17:41:48 +02:00
commit 85c3525895
12 changed files with 634 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
terraform {
required_providers {
gridscale = {
source = "gridscale/gridscale"
}
}
}
provider "gridscale" {
uuid = var.gridscale_uuid
token = var.gridscale_token
}