Step 1: 目的 ============ * タイムポイントあたりをどう設定すればいいのかわからない * `tps`は必須、`timepoints`, `start_datetime`, `end_datetime`はなぜかコメントアウトされとる https://github.com/Sakuten/infrastructure/blob/8fc95d27416278d7ea3173e805dc712b7d119f1a/lambda_drawer.tf#L4 https://github.com/Sakuten/infrastructure/blob/8fc95d27416278d7ea3173e805dc712b7d119f1a/ecs.tf#L18-L20 * `tps`がterraform.tfvars.sampleにない Step 2: 概要 ============ * タイムポイントをインフラから指定できるようにする、タイムゾーンなどを明確にする
Step 1: 目的
tpsは必須、timepoints,start_datetime,end_datetimeはなぜかコメントアウトされとるinfrastructure/lambda_drawer.tf
Line 4 in 8fc95d2
infrastructure/ecs.tf
Lines 18 to 20 in 8fc95d2
tpsがterraform.tfvars.sampleにないStep 2: 概要