Thomas Rooney

Results 13 issues of Thomas Rooney

Makes changes from #57 #54 compliant with provider generation from https://github.com/speakeasy-api/speakeasy and docs generation from https://github.com/hashicorp/terraform-plugin-docs

Through the use of a gen.yaml configuration value, it will be made possible to set up a default value for provider variables from an environment variable, if it is not...

terraform
Medium priority

From [SyncLinear.com](https://synclinear.com) | [SPE-3284](https://linear.app/speakeasy/issue/SPE-3284/capability-to-support-custom-resources-andor-custom-attributes-within)

terraform
Medium priority

If an "entity" was called "CatList" and returned a `{ cats: [{...cat1, ...cat2}], page: {number: 1, size: 10, total: 100}}`, from a `page_number`, `page_size` then we could define `x-speakeasy-entity: CatList`...

If an "entity" was called "CatList" and returned a `{ cats: [{...cat1, ...cat2}], page: {number: 1, size: 10, total: 100}}`, from a `page_number`, `page_size` then we could define `x-speakeasy-entity: CatList`...

ClientSDKGeneration
terraform
Medium priority
kong

Given a request or response body with multiple content types, we should preferentially assume that the operation is working with application/json. Currently we produce an error. ``` failed to generate...

ClientSDKGeneration
terraform
Low priority

@ThomasRooney said: > The docs only get automatically added in when there's an `import.sh` added to `examples/resources/*/import.sh` with instructions. > > Though it's a good idea for speakeasy's generator to...

terraform

From [SyncLinear.com](https://synclinear.com) | [SPE-3157](https://linear.app/speakeasy/issue/SPE-3157/support-only-calling-an-operation-when-theres-been-a-change-to-the)

terraform
Low priority

From [SyncLinear.com](https://synclinear.com) | [SPE-3158](https://linear.app/speakeasy/issue/SPE-3158/capability-to-generate-acceptance-tests-automatically-terraform)

terraform

* Draft as this is an experimental idea. * Requires workflow (`speakeasy run`) hooks. Intent is to make it much easier to create "processed" OpenAPI spec for specific purposes (e.g....