Infrastructure Testing

Covers testing infrastructure and config before it ships — validate-and-plan checks, policy enforcement, unit and integration tests for IaC modules, ephemeral test environments, and a testing pyramid sized for infrastructure. Use this whenever the user adds tests for Terraform or Kubernetes manifests, asks why a plan applied cleanly but broke production, wants a policy check to block a risky change, or is deciding what needs a full environment versus a fast local check. For the policy rules use `policy-as-code`, and for module structure use `terraform-modules`.

arjunprabhulal Updated

File contents

arjunprabhulal/devops-skills/tree/main/skills/automation/infrastructure-testing commit 7b7cdc6ab8

Frequently asked questions

npx skillmds@latest add arjunprabhulal/infrastructure-testing