Switch to terraform
This commit is contained in:
13
terraform/main.tf
Normal file
13
terraform/main.tf
Normal file
@@ -0,0 +1,13 @@
|
||||
terraform {
|
||||
required_providers {
|
||||
netbird = {
|
||||
source = "netbirdio/netbird"
|
||||
version = "~> 0.0.8"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
provider "netbird" {
|
||||
management_url = var.netbird_management_url
|
||||
token = var.netbird_token
|
||||
}
|
||||
Reference in New Issue
Block a user