Skip to content

Commit 8ff62f7

Browse files
Create sample_ecs_deployvar.json
1 parent 6f90cad commit 8ff62f7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"AWS_REPOSITORY": "tc-somethings",
3+
"AWS_ECS_CLUSTER": "tc-somethings",
4+
"AWS_ECS_SERVICE": "something-something-svc",
5+
"AWS_ECS_TASK_FAMILY": "tc-somethings-task",
6+
"AWS_ECS_CONTAINER_NAME": "tc-somethings-container",
7+
"AWS_ECS_PORTS": "0:4000:TCP"
8+
}

0 commit comments

Comments
 (0)