new backend

This commit is contained in:
tolerryan
2025-08-21 21:54:34 -05:00
parent e3912deb7a
commit 50f9e946ce

View File

@@ -51,4 +51,9 @@ variable "netbird_token" {
provider "netbird" {
token = var.netbird_token # Required
management_url = "https://api.netbird.io" # Optional, defaults to this value
}
}
terraform {
#credentials are stored in semaphore secrets
backend "pg" {}
}