* 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
754 B
754 B
page_title, subcategory, description
| page_title | subcategory | description |
|---|---|---|
| unifi_port_profile Data Source - terraform-provider-unifi | unifi_port_profile data source can be used to retrieve the ID for a port profile by name. |
unifi_port_profile (Data Source)
unifi_port_profile data source can be used to retrieve the ID for a port profile by name.
Example Usage
data "unifi_port_profile" "all" {
}
Schema
Optional
name(String) The name of the port profile to look up. Defaults toAll.site(String) The name of the site the port profile is associated with.
Read-Only
id(String) The ID of this port profile.