mirror of
https://github.com/outbackdingo/terraform-hcloud-talos.git
synced 2026-01-27 10:20:30 +00:00
10 lines
181 B
HCL
10 lines
181 B
HCL
resource "hcloud_placement_group" "control_plane" {
|
|
name = "control-plane"
|
|
type = "spread"
|
|
}
|
|
|
|
resource "hcloud_placement_group" "worker" {
|
|
name = "worker"
|
|
type = "spread"
|
|
}
|