Switch to terraform

This commit is contained in:
Prox
2026-02-15 18:37:15 +02:00
commit a7062b43ab
70 changed files with 6063 additions and 0 deletions

16
terraform/groups.tf Normal file
View File

@@ -0,0 +1,16 @@
# Groups matching Achilles network structure
resource "netbird_group" "ground_stations" {
name = "ground-stations"
}
resource "netbird_group" "pilots" {
name = "pilots"
}
resource "netbird_group" "operators" {
name = "operators"
}
resource "netbird_group" "fusion_servers" {
name = "fusion-servers"
}