We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f90cad commit 8ff62f7Copy full SHA for 8ff62f7
template/variable_file_template/sample_ecs_deployvar.json
@@ -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