mirror of
https://github.com/LukeHagar/plexterraform.git
synced 2025-12-06 04:20:52 +00:00
12 lines
173 B
HCL
12 lines
173 B
HCL
terraform {
|
|
required_providers {
|
|
PlexAPI = {
|
|
source = "LukeHagar/PlexAPI"
|
|
version = "0.15.0"
|
|
}
|
|
}
|
|
}
|
|
|
|
provider "PlexAPI" {
|
|
# Configuration options
|
|
} |