This commit introduces the foundational Infrastructure-as-Code for provisioning a test environment on Hetzner Cloud. It defines server nodes, private networking, comprehensive firewalls, and includes documentation on resource lifecycle and safe configuration practices.
4 lines
49 B
HCL
4 lines
49 B
HCL
provider "hcloud" {
|
|
token = var.hcloud_token
|
|
}
|