Skip to content

Commit

Permalink
feat: Create placement_groups
Browse files Browse the repository at this point in the history
  • Loading branch information
mrclrchtr committed Mar 16, 2024
1 parent 09de36e commit 970fba1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions terraform-hcloud-talos/placement_groups.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
resource "hcloud_placement_group" "control_plane" {
name = "control-plane"
type = "spread"
}

resource "hcloud_placement_group" "worker" {
name = "worker"
type = "spread"
}

0 comments on commit 970fba1

Please sign in to comment.