8 lines
172 B
HCL
8 lines
172 B
HCL
resource "unifi_user" "test" {
|
|
mac = "01:23:45:67:89:AB"
|
|
name = "some client"
|
|
note = "my note"
|
|
|
|
fixed_ip = "10.1.10.50"
|
|
network_id = unifi_network.my_vlan.id
|
|
} |