Skip to main content
Back to the directory
hashicorp/agent-skillsSoftware EngineeringFrontend and Design

terraform-test

Comprehensive guide for writing and running Terraform tests with assertions, mocking, and module validation.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
2

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/hashicorp/agent-skills --skill terraform-test
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, terraform-test has 2 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: hashicorp/agent-skills. Canonical URL: https://skills.sh/hashicorp/agent-skills/terraform-test.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Comprehensive guide for writing and running Terraform tests with assertions, mocking, and module validation. Terraform's built-in testing framework validates that configuration updates don't introduce breaking changes. Tests run against temporary resources, protecting existing infrastructure and state files. Read the relevant reference file when the user asks about mocking, CI/CD integration, or wants a full example. Use *_unit_test.tftest.hcl for plan-mode tests and *_integration_test.tftest.hcl for apply-mode tests so they can be filtered separately in CI. Resources are destroyed in reverse run block order after test completion. This matters for dependencies (e.g., S3 objects before bucket). Use terraform test -no-cleanup to skip cleanup for debugging.

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does terraform-test do?

Comprehensive guide for writing and running Terraform tests with assertions, mocking, and module validation.

Is terraform-test good?

terraform-test does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support terraform-test?

terraform-test currently lists compatibility with Skills CLI.

Is terraform-test safe to install?

terraform-test has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to terraform-test?

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

How do I install terraform-test?

Run the following command to install terraform-test: npx skills add https://github.com/hashicorp/agent-skills --skill terraform-test

Related skills

More from hashicorp/agent-skills

Related skills

Alternatives in Software Engineering