Acceptance test conventions for the Terraform provider. Covers running tests, drift verification, list attribute coverage, test performance, and custom type testing.
Quellsprache: Englisch
Menü
SkillsMP hat 9 Skills aus doitintl/terraform-provider-doit gesammelt. Öffne einen Skill, um Quelle und Details zu prüfen.
Es werden 9 von 9 gesammelten Skills angezeigt.
Acceptance test conventions for the Terraform provider. Covers running tests, drift verification, list attribute coverage, test performance, and custom type testing.
Quellsprache: Englisch
Prepare a new release by updating all versions, dependencies, tools, CI actions, pre-commit hooks, changelog, and documentation.
Quellsprache: Englisch
Shared implementation conventions for Terraform provider resources and data sources. Covers timeouts, error handling, constructor style, variable naming, and API authentication patterns.
Quellsprache: Englisch
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…
Quellsprache: Englisch
GitHub workflow conventions for the Terraform provider. Covers using the gh CLI, creating PRs, extracting CI errors, and fetching review comments.
Quellsprache: Englisch
Go code style rules for the Terraform provider. Covers diagnostics handling, generated constructors, pointer conversions, interface checks, and troubleshooting "inconsistent result" errors.
Quellsprache: Englisch
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.
Quellsprache: Englisch
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.
Quellsprache: Englisch
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.
Quellsprache: Englisch