Skip to main content
Back to registry

terraform-test

hashicorp/agent-skills

Terraform's built-in testing framework enables module authors to validate that configuration updates don't introduce breaking changes. Tests execute against temporary resources, protecting existing infrastructure and state files.

Installs1
Install command
npx skills add https://github.com/hashicorp/agent-skills --skill terraform-test
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykWARN
About this skill
Terraform's built-in testing framework enables module authors to validate that configuration updates don't introduce breaking changes. Tests execute against temporary resources, protecting existing infrastructure and state files. Test File : A .tftest.hcl or .tftest.json file containing test configuration and run blocks that validate your Terraform configuration. Test Block : Optional configuration block that defines test-wide settings (available since Terraform 1.6.0). Run Block : Defines a single test scenario with optional variables, provider configurations, and assertions. Each test file requires at least one run block. Assert Block : Contains conditions that must evaluate to true for the test to pass. Failed assertions cause the test to fail.

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

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

Terraform's built-in testing framework enables module authors to validate that configuration updates don't introduce breaking changes. Tests execute against temporary resources, protecting existing infrastructure and state files.

Is terraform-test good?

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

What agent does terraform-test work with?

terraform-test currently lists compatibility with codex, gemini-cli, opencode, kimi-cli, amp, github-copilot.

What are alternatives to terraform-test?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I 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