ci: regenerated with OpenAPI Doc 0.0.3, Speakeasy CLI 1.129.1

This commit is contained in:
speakeasybot
2023-12-25 01:08:54 +00:00
parent 7b1a8e6d93
commit 77aa3835df
134 changed files with 20503 additions and 3 deletions

1
examples/README.md Normal file
View File

@@ -0,0 +1 @@
# TODO

View File

@@ -0,0 +1,12 @@
terraform {
required_providers {
PlexAPI = {
source = "LukeHagar/PlexAPI"
version = "0.1.0"
}
}
}
provider "PlexAPI" {
# Configuration options
}