terraform test: The Built-in Terraform Module Testing Framework, No Go Required
📰 Dev.to · Recca Tsai
Terraform 1.6 ships a built-in test framework. Write tests in .tftest.hcl, run with terraform test. Supports plan-only unit tests, mock_provider without cloud credentials, expect_failures for validation testing, and apply-based integration tests.
DeepCamp AI