Switch to terraform
This commit is contained in:
16
terraform/groups.tf
Normal file
16
terraform/groups.tf
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user