Acceptance test conventions for the Terraform provider. Covers running tests, drift verification, list attribute coverage, test performance, and custom type testing.
원문 언어: 영어
메뉴
SkillsMP는 doitintl/terraform-provider-doit에서 9개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.
수집된 skill 9개 중 9개를 표시합니다.
Acceptance test conventions for the Terraform provider. Covers running tests, drift verification, list attribute coverage, test performance, and custom type testing.
원문 언어: 영어
Prepare a new release by updating all versions, dependencies, tools, CI actions, pre-commit hooks, changelog, and documentation.
원문 언어: 영어
Shared implementation conventions for Terraform provider resources and data sources. Covers timeouts, error handling, constructor style, variable naming, and API authentication patterns.
원문 언어: 영어
Evaluate a DoIT API endpoint for Terraform provider compatibility. Run the code generation pipeline as a test, check reserved attribute names, CRUD support, response behavior, field normalization, and identify spec issues. Do NOT fix issues in the OpenAPI…
원문 언어: 영어
GitHub workflow conventions for the Terraform provider. Covers using the gh CLI, creating PRs, extracting CI errors, and fetching review comments.
원문 언어: 영어
Go code style rules for the Terraform provider. Covers diagnostics handling, generated constructors, pointer conversions, interface checks, and troubleshooting "inconsistent result" errors.
원문 언어: 영어
How to add or modify a Terraform data source in this provider. Covers scaffolding, unknown input handling, list data sources with pagination, and API response validation.
원문 언어: 영어
How to add or modify a Terraform resource in this provider. Covers scaffolding, the plan-first overlay pattern, state consistency, CRUD implementation, and import support.
원문 언어: 영어
Register a new custom golangci-lint linter in this Terraform provider repo. Use when adding a new linter under tools/linters/ and wiring it into the plugin system and .golangci.yml config.
원문 언어: 영어