Files
terraform-provider-unifi/docs/data-sources/radius_profile.md
Oskar 0cf907be5f feat: create users in the build-in radius server (#286)
* feat: account resource with data source

* Adjust docs and validation

* add import test steps

* adjust radius capitalization in docs

Co-authored-by: Paul Tyng <paul@paultyng.net>
2022-10-23 10:12:10 -04:00

702 B

page_title, subcategory, description
page_title subcategory description
unifi_radius_profile Data Source - terraform-provider-unifi unifi_radius_profile data source can be used to retrieve the ID for a RADIUS profile by name.

unifi_radius_profile (Data Source)

unifi_radius_profile data source can be used to retrieve the ID for a RADIUS profile by name.

Schema

Optional

  • name (String) The name of the RADIUS profile to look up. Defaults to Default.
  • site (String) The name of the site the RADIUS profile is associated with.

Read-Only

  • id (String) The ID of this AP group.