Files
terraform-provider-unifi/docs/data-sources/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

840 B

page_title, subcategory, description
page_title subcategory description
unifi_account Data Source - terraform-provider-unifi unifi_account data source can be used to retrieve RADIUS user accounts

unifi_account (Data Source)

unifi_account data source can be used to retrieve RADIUS user accounts

Schema

Required

  • name (String) The name of the account to look up

Optional

  • site (String) The name of the site the account is associated with.

Read-Only

  • id (String) The ID of this account.
  • network_id (String) ID of the network for this account
  • password (String, Sensitive) The password of the account.
  • tunnel_medium_type (Number) See RFC2868 section 3.2
  • tunnel_type (Number) See RFC2868 section 3.1