fix: ステートマシン定義の誤りを修正

This commit is contained in:
shimoda.m@nds-tyo.co.jp 2024-02-26 17:41:00 +09:00
parent 672856df1a
commit 522c48252c

View File

@ -9,7 +9,7 @@
"ecs": {
"LaunchType": "FARGATE",
"Cluster": "arn:aws:ecs:#{REGION_AP_NORTHEAST_1}:#{AWS_ACCOUNT_ID}:cluster/mbj-newdwh2021-#{ENV_NAME}-export-dbdump-ecs",
"TaskDefinition": "arn:aws:ecs:#{REGION_AP_NORTHEAST_1}:#{AWS_ACCOUNT_ID}:task-definition/mbj-newdwh2021-#{ENV_NAME}-export-task-dbdump",
"TaskDefinition": "arn:aws:ecs:#{REGION_AP_NORTHEAST_1}:#{AWS_ACCOUNT_ID}:task-definition/mbj-newdwh2021-#{ENV_NAME}-task-export-dbdump",
"NetworkConfiguration": {
"AwsvpcConfiguration": {
"Subnets": [
@ -26,7 +26,7 @@
"Overrides": {
"ContainerOverrides": [
{
"Name": "mbj-newdwh2021-#{ENV_NAME}-export-task-dbdump",
"Name": "mbj-newdwh2021-#{ENV_NAME}-container-export-dbdump",
"Environment": [
{
"Name": "DB_SCHEMA",