File tree Expand file tree Collapse file tree 2 files changed +28
-1
lines changed
Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Original file line number Diff line number Diff line change 501501
502502# worker
503503
504- Required Variables.
504+ The worker module creates an ECS service that has no ELB attached.
505+
506+ Usage:
507+
508+ module "my_worker" {
509+ source = "github.com/segmentio/stack"
510+ environment = "prod"
511+ name = "worker"
512+ image = "worker"
513+ cluster = "default"
514+ }
515+
505516
506517
507518## Inputs
Original file line number Diff line number Diff line change 1+ /* *
2+ * The worker module creates an ECS service that has no ELB attached.
3+ *
4+ * Usage:
5+ *
6+ * module "my_worker" {
7+ * source = "github.com/segmentio/stack"
8+ * environment = "prod"
9+ * name = "worker"
10+ * image = "worker"
11+ * cluster = "default"
12+ * }
13+ *
14+ */
15+
16+
117/* *
218 * Required Variables.
319 */
You can’t perform that action at this time.
0 commit comments