Files
terraform-provider-unifi/docs/resources/account.md
Mateusz Filipowicz 325d7b7f20 feat: initialize Terraform Plugin Framework (#23)
* feat: initialize Terraform Plugin Framework

* fix docker-compose path for tests

* fix: ensure documentation can be generated with old provider SDK and new plugin framework

* lint
2025-02-24 00:11:41 +01:00

1.7 KiB

page_title, subcategory, description
page_title subcategory description
unifi_account Resource - terraform-provider-unifi unifi_account manages a RADIUS user account To authenticate devices based on MAC address, use the MAC address as the username and password under client creation. Convert lowercase letters to uppercase, and also remove colons or periods from the MAC address. ATTENTION: If the user profile does not include a VLAN, the client will fall back to the untagged VLAN. NOTE: MAC-based authentication accounts can only be used for wireless and wired clients. L2TP remote access does not apply.

unifi_account (Resource)

unifi_account manages a RADIUS user account

To authenticate devices based on MAC address, use the MAC address as the username and password under client creation. Convert lowercase letters to uppercase, and also remove colons or periods from the MAC address.

ATTENTION: If the user profile does not include a VLAN, the client will fall back to the untagged VLAN.

NOTE: MAC-based authentication accounts can only be used for wireless and wired clients. L2TP remote access does not apply.

Schema

Required

  • name (String) The name of the account.
  • password (String, Sensitive) The password of the account.

Optional

  • network_id (String) ID of the network for this account
  • site (String) The name of the site to associate the account with.
  • tunnel_medium_type (Number) See RFC 2868 section 3.2 Defaults to 6.
  • tunnel_type (Number) See RFC 2868 section 3.1 Defaults to 13.

Read-Only

  • id (String) The ID of the account.