Skip to content

Commit f4047b6

Browse files
authored
Fix typo in ecs.tf (#62)
Fixed typo on file comment enironment -> environment
1 parent 1636d05 commit f4047b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

env/dev/ecs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* Elastic Container Service (ecs)
33
* 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
4+
* based on the application name and environment. It will create a "Task Definition", which is required
55
* to run a Docker container, https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task_definitions.html.
66
* Next it creates a ECS Service, https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs_services.html
77
* It attaches the Load Balancer created in `lb.tf` to the service, and sets up the networking required.

0 commit comments

Comments
 (0)