H
provider-actions
作者 hashicorp
使用 provider-actions 技能,透過 Plugin Framework 實作 Terraform Provider actions,適用於後端開發。內容涵蓋以生命週期為基礎的命令式行為、repository 檔案配置、schema 結構、測試、文件與 changelog 指引。
後端开发
收藏 0GitHub 583
作者 hashicorp
使用 provider-actions 技能,透過 Plugin Framework 實作 Terraform Provider actions,適用於後端開發。內容涵蓋以生命週期為基礎的命令式行為、repository 檔案配置、schema 結構、測試、文件與 changelog 指引。
作者 hashicorp
provider-test-patterns 是一套供 Plugin Framework 團隊使用的 Terraform provider 接受測試技能。它可協助處理 TestCase 與 TestStep 結構、state 檢查、plan 檢查、import 驗證、sweeper,以及 Backend Development 的 ephemeral resource 模式。
作者 hashicorp
provider-resources 是一個用於 Terraform Provider 開發的技能,協助你使用 Plugin Framework 實作 resources 與 data sources。適用於後端開發流程中的 CRUD 操作、schema 設計、state 管理與 acceptance testing。