new backend
This commit is contained in:
@@ -52,3 +52,8 @@ 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" {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user