ランタイム対応マトリクス Preview
パックは、必要とする (provider, engine) ランタイムを宣言します。以下のマトリクスは、
@tenkacloud/problem-runtime/capabilities の RUNTIME_CAPABILITIES から生成される
規範的リファレンスです。
マトリクス
| Provider | Engine | Mode | Recognized | Adapter wired | Executable | Live verified | Maturity | Blocking issues | Evidence |
|---|---|---|---|---|---|---|---|---|---|
aws | cloudformation | cloud | yes | yes | yes | yes | Stable | — | Default competitor-account CloudFormation lifecycle is production and live verified. |
azure | bicep | cloud | yes | yes | no | no | Preview | #2081 | Adapter, credential wiring, and inline-ARM-template materialization (precompiled JSON or a Bicep compile, fail-closed when neither is available) ship; live acceptance remains open. |
docker | compose | local | yes | yes | yes | yes | Preview | — | Executable and verified through the AWS-free make local lifecycle; never cloud deployed. |
gcp | infra-manager | cloud | yes | yes | no | no | Preview | #2081 | Adapter, WIF wiring, and Terraform source materialization to GCS ship; only live acceptance remains open. |
sakura | apprun | cloud | yes | yes | yes | no | Preview | #2081 | Adapter and current AppRun API wire contract ship; real-account lifecycle acceptance remains open. |
独立した capability 事実
- Recognized — メタデータと schema が正確な provider / engine の組を受理します。 デプロイ実装が存在することまでは意味しません。
- Adapter wired — 具体的な adapter と credential / composition の配線が repository に 含まれます。artifact 処理や provider API 契約の正しさを証明するものではありません。
- Executable — materialization から provider wire までの経路が、宣言された mode
(
cloudまたはlocal) で実行可能です。 - Live verified — mock ではなく実際の lifecycle が実証済みです。unit / mock test は 必須の回帰証拠ですが、live verification の代わりにはなりません。
Azure、GCP、Sakura は adapter-wired です。 multicloud acceptance #2081 が open の間は live verified ではありません。Azure と GCP は、表に示す artifact / output の blocker が閉じるまで executable でもありません。Sakura は #2746 後に API 契約上 executable ですが、実 account lifecycle が #2081 に添付されるまでは競技 ready としません。
ローカルの docker/compose は make local mode で独立に executable / verified ですが、
クラウドランタイムではありません。AWS CloudFormation は既定の stable / live-verified
クラウドランタイムです。
関連: 問題メタデータリファレンス。