·generate-terraform-provider
</>

generate-terraform-provider

speakeasy-api/agent-skills

使用 Speakeasy 從 OpenAPI 規範生成 Terraform 提供程序時使用。涵蓋實體註釋、CRUD 映射、類型推斷、工作流配置和發布。在“terraform 提供程序”、“生成 terraform”、“創建 terraform 提供程序”、“CRUD 映射”、“x-speakeasy-entity”、“terraform 資源”、“terraform 註冊表”上觸發。

3安裝·0熱度·@speakeasy-api

安裝

$npx skills add https://github.com/speakeasy-api/agent-skills --skill generate-terraform-provider

SKILL.md

Generate a Terraform provider from an OpenAPI specification using the Speakeasy CLI. This skill covers the full lifecycle: annotating your spec with entity metadata, mapping CRUD operations, generating the provider, configuring workflows, and publishing to the Terraform Registry.

| OpenAPI spec | Yes | OpenAPI 3.0 or 3.1 specification (local file, URL, or registry source) | | Provider name | Yes | PascalCase name for the provider (e.g., Petstore) | | Package name | Yes | Lowercase package identifier (e.g., petstore) | | Entity annotations | Yes | x-speakeasy-entity on schemas, x-speakeasy-entity-operation on operations |

| Workflow config | .speakeasy/workflow.yaml | | Generation config | gen.yaml | | Generated Go provider | Output directory (default: current dir) | | Terraform examples | examples/ directory |

查看原文

可引用資訊

為搜尋與 AI 引用準備的穩定欄位與指令。

安裝指令
npx skills add https://github.com/speakeasy-api/agent-skills --skill generate-terraform-provider
分類
</>開發工具
認證
收錄時間
2026-02-01
更新時間
2026-02-18

快速解答

什麼是 generate-terraform-provider?

使用 Speakeasy 從 OpenAPI 規範生成 Terraform 提供程序時使用。涵蓋實體註釋、CRUD 映射、類型推斷、工作流配置和發布。在“terraform 提供程序”、“生成 terraform”、“創建 terraform 提供程序”、“CRUD 映射”、“x-speakeasy-entity”、“terraform 資源”、“terraform 註冊表”上觸發。 來源:speakeasy-api/agent-skills。

如何安裝 generate-terraform-provider?

開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/speakeasy-api/agent-skills --skill generate-terraform-provider 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code 或 Cursor 中使用

這個 Skill 的原始碼在哪?

https://github.com/speakeasy-api/agent-skills