initial commit

This commit is contained in:
mr0xb 2026-05-24 02:51:15 -04:00
commit 5e3d71294d
10 changed files with 274 additions and 0 deletions

9
terraform/unifi/main.tf Normal file
View file

@ -0,0 +1,9 @@
provider "unifi" {
username = var.username
password = var.password
api_url = var.api_url
# site = "express7"
allow_insecure = true
}