Files

14 lines
488 B
Markdown

# Infrastructure Tests
IaC를 선택한 뒤 다음 검증을 필요에 따라 추가합니다.
- formatter와 syntax/validate
- component input/output contract test
- policy/static analysis
- ephemeral account/project integration test
- upgrade와 state migration test
실제 cloud 통합 테스트는 일반 PR 검증과 분리하고, 짧은 수명의 identity와
격리된 account/project를 사용합니다. 테스트가 production state를 읽거나
변경해서는 안 됩니다.