AI AGENT ADDONS

Provider Test Patterns

hashicorp/agent-skills
Testing & QA
1,922installs

This skill helps you write acceptance tests for Terraform providers. It uses the terraform-plugin-testing framework. You learn how to structure tests and check state and plan values.

The tests run automatically in steps. First they create resources, then check they work. They also verify that nothing changes unexpectedly. This prevents drift in your infrastructure.

You can test basic setups, updates, and even resource destruction. The patterns cover state checks, plan checks, and import testing. Anyone writing or reviewing provider tests will find this useful.

Add Provider Test Patterns skill to your workflow

Global

mkdir -p ~/.claude/skills/provider-test-patterns

Project

mkdir -p .claude/skills/provider-test-patterns

Source Repository

Stars
689
Forks
79
Watchers
689
License
MPL-2.0
Last Push
2 months ago
Created
9 months ago