--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "repo Provider" subcategory: "" description: |- An Open API Spec for interacting with Plex.tv and Plex Servers --- # repo Provider An Open API Spec for interacting with Plex.tv and Plex Servers ## Example Usage ```terraform terraform { required_providers { PlexAPI = { source = "LukeHagar/PlexAPI" version = "0.1.0" } } } provider "PlexAPI" { # Configuration options } ``` ## Schema ### Optional - `access_token` (String, Sensitive) - `server_url` (String) Server URL (defaults to http://10.10.10.47:32400)