TerraformのTest
from
Terraform
Terratest
https://github.com/gruntwork-io/terratest
https://speakerdeck.com/yayoi_dd/introducing-the-test-mocking-feature-of-terraform-v1-dot-7
v1.7でTest mockingという機能が入ったらしい
/mrsekut-book-4814400527/651 (9章 Terraformのコードをテストする)
Terraformのネイティブテスト機能
用途
moduleテスト
terraform構成検証
例
code:_
tests/
example.tftest.hcl
例
code:hcl
run "plan_test" {
command = plan
}
特徴
terraform内部で動く
module validation