refactor: 구조 변경

This commit is contained in:
donghyeon-ka
2026-08-28 17:24:26 +09:00
parent a6f6c663e0
commit b8626946b1
192 changed files with 2251 additions and 206 deletions
+13
View File
@@ -0,0 +1,13 @@
# 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를 읽거나
변경해서는 안 됩니다.