AI AGENT ADDONS
Testing & QA
5,481installs

A Terraform test checks if your infrastructure code works as expected. It runs against temporary resources so your real systems stay safe. You write test files using the .tftest.hcl format.

With run blocks and assertions, you can validate resource settings, outputs, and conditions. You can also use mock providers to simulate cloud services without spending money. This works with Terraform version 1.7 and above.

Whether you are building new features or updating existing setups, tests help catch problems early. They make your infrastructure changes more reliable and reduce downtime.

Add Terraform Test skill to your workflow

Global

mkdir -p ~/.claude/skills/terraform-test

Project

mkdir -p .claude/skills/terraform-test

Source Repository

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