We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1636d05 commit f4047b6Copy full SHA for f4047b6
env/dev/ecs.tf
@@ -1,7 +1,7 @@
1
/**
2
* Elastic Container Service (ecs)
3
* This component is required to create the Fargate ECS service. It will create a Fargate cluster
4
- * based on the application name and enironment. It will create a "Task Definition", which is required
+ * based on the application name and environment. It will create a "Task Definition", which is required
5
* to run a Docker container, https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task_definitions.html.
6
* Next it creates a ECS Service, https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs_services.html
7
* It attaches the Load Balancer created in `lb.tf` to the service, and sets up the networking required.
0 commit comments