Slide 10
Slide 10 text
© 2024 Yayoi Co., Ltd. All rights reserved.
9
n 値はmock側で⾃動⽣成
terraform testにmock機能が実装(v1.7の新機能)
• Numbers will be 0.
• Booleans will be false.
• Strings will be a random 8-character alphanumeric string.
• Collections, including sets, lists, and maps, will be empty collections.
• Objects will contain all required sub-attributes generated using this
same set of rules recursively.
Tests - Provider Mocking | Terraform | HashiCorp Developer, https://developer.hashicorp.com/terraform/language/tests/mocking より引用