mirror of
https://github.com/mr0xb/home-iac.git
synced 2026-08-27 19:34:57 -04:00
9 lines
No EOL
144 B
HCL
9 lines
No EOL
144 B
HCL
provider "unifi" {
|
|
username = var.username
|
|
password = var.password
|
|
api_url = var.api_url
|
|
|
|
# site = "express7"
|
|
|
|
allow_insecure = true
|
|
} |