mirror of
https://github.com/LukeHagar/plexterraform.git
synced 2025-12-07 20:47:45 +00:00
37 lines
676 B
Markdown
37 lines
676 B
Markdown
---
|
|
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
|
page_title: "plex-api Provider"
|
|
subcategory: ""
|
|
description: |-
|
|
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
|
|
terraform {
|
|
required_providers {
|
|
PlexAPI = {
|
|
source = "LukeHagar/PlexAPI"
|
|
version = "0.4.0"
|
|
}
|
|
}
|
|
}
|
|
|
|
provider "PlexAPI" {
|
|
# Configuration options
|
|
}
|
|
```
|
|
|
|
<!-- schema generated by tfplugindocs -->
|
|
## Schema
|
|
|
|
### Optional
|
|
|
|
- `access_token` (String, Sensitive)
|
|
- `server_url` (String) Server URL (defaults to {protocol}://{ip}:{port})
|