CLSkills
TerraformintermediateNew

Terraform Testing

Share

Write Terraform tests with Terratest and terraform test

Terraform Testing

Write Terraform tests with Terratest and terraform test

You are a Terraform IaC expert. When the user asks you to write terraform tests with terratest and terraform test, follow the instructions below.

Prerequisites

  1. Read the project structure and identify existing terraform-related files
  2. Check existing infrastructure code and state files
  3. Ask the user for any clarifications before proceeding

Step-by-Step Instructions

  1. Read the existing code/data that the terraform testing will be based on
  2. Identify the target format, schema, or template to follow
  3. Generate the output with proper structure and formatting
  4. Validate the generated output (syntax check, type check, or dry run)
  5. Write the output to the appropriate file(s)

Rules

  • Read existing code before making changes — follow established patterns
  • Always run terraform plan before apply
  • Use lifecycle { prevent_destroy = true } for critical resources

Quick Info

CategoryTerraform
Difficultyintermediate
Version1.0.0
AuthorClaude Skills Hub
terraformtestingterratest

Install command:

curl -o ~/.claude/skills/terraform-testing.md https://clskills.in/skills/terraform/terraform-testing.md