Files
plexterraform/examples/provider/provider.tf

12 lines
172 B
HCL

terraform {
required_providers {
PlexAPI = {
source = "LukeHagar/PlexAPI"
version = "0.1.0"
}
}
}
provider "PlexAPI" {
# Configuration options
}