File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -295,7 +295,7 @@ Terraformはplanが成功しても、applyが失敗することは多々あり
295295
296296それぞれの特徴を下表にまとめる。
297297
298- | 観点 | ①マージ後にapply | ②Approve後にapply | ③CI以前にapply |
298+ | 観点 | ①マージ後にapply | ②Approve後にapply | ③レビュー依頼前にapply |
299299| -------------------- | ---------------------------------------------------------------------------- | --------------------------------------------------------------------------------- | ------------------------------------------------------------------------------- |
300300| 説明 | developブランチにマージ後にapply。アプリコードと同じメンタルモデルを共有可能 | レビュアー承認後にapply。featureブランチからapplyするため、あるべき姿からは外れる | レビュー依頼前にapplyで成功したことを確認する方式 |
301301| developブランチ品質 | ❌️一時的にapplyが失敗するコードが混入するリスク | ✅️apply可能なコードのみに保つことができる | ✅️apply可能なコードのみに保つことができる |
You can’t perform that action at this time.
0 commit comments