$ cat posts/sample-fargate.mdx

App RunnerからECS Fargateへ移行した話(サンプル)

2026-07-01 · #tech #aws #terraform

これはサンプル記事です

ビルド確認用。本文はあとで書く。

コード例

resource "aws_ecs_cluster" "main" {
  name = "menuapp"
}