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

26 lines
700 B
Markdown

---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "unifi_radius_profile Data Source - terraform-provider-unifi"
subcategory: ""
description: |-
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 generated by tfplugindocs -->
## 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.