Files
terraform-provider-unifi/docs/resources/setting_radius.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.2 KiB

page_title, subcategory, description
page_title subcategory description
unifi_setting_radius Resource - terraform-provider-unifi unifi_setting_radius manages settings for the built-in RADIUS server.

unifi_setting_radius (Resource)

unifi_setting_radius manages settings for the built-in RADIUS server.

Schema

Optional

  • accounting_enabled (Boolean) Enable RADIUS accounting Defaults to false.
  • accounting_port (Number) The port for accounting communications. Defaults to 1813.
  • auth_port (Number) The port for authentication communications. Defaults to 1812.
  • enabled (Boolean) RAIDUS server enabled. Defaults to true.
  • interim_update_interval (Number) Statistics will be collected from connected clients at this interval. Defaults to 3600.
  • secret (String, Sensitive) RAIDUS secret passphrase. Defaults to ``.
  • site (String) The name of the site to associate the settings with.
  • tunneled_reply (Boolean) Encrypt communication between the server and the client. Defaults to true.

Read-Only

  • id (String) The ID of the settings.