mirror of
https://github.com/LukeHagar/plexterraform.git
synced 2025-12-06 04:20:52 +00:00
677 B
677 B
page_title, subcategory, description
| page_title | subcategory | description |
|---|---|---|
| plex-api Provider | An Open API Spec for interacting with Plex.tv and Plex Servers |
plex-api Provider
An Open API Spec for interacting with Plex.tv and Plex Servers
Example Usage
terraform {
required_providers {
PlexAPI = {
source = "LukeHagar/PlexAPI"
version = "0.10.1"
}
}
}
provider "PlexAPI" {
# Configuration options
}
Schema
Optional
access_token(String, Sensitive)server_url(String) Server URL (defaults to {protocol}://{ip}:{port})