mirror of
https://github.com/mr0xb/home-iac.git
synced 2026-08-27 19:34:57 -04:00
initial commit
This commit is contained in:
commit
5e3d71294d
10 changed files with 274 additions and 0 deletions
9
terraform/unifi/main.tf
Normal file
9
terraform/unifi/main.tf
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
provider "unifi" {
|
||||
username = var.username
|
||||
password = var.password
|
||||
api_url = var.api_url
|
||||
|
||||
# site = "express7"
|
||||
|
||||
allow_insecure = true
|
||||
}
|
||||
Loading…
Reference in a new issue