Skip to content

Commit

Permalink
Fix typo in ecs.tf (#62)
Browse files Browse the repository at this point in the history
Fixed typo on file comment enironment -> environment
  • Loading branch information
varqasim authored Oct 12, 2020
1 parent 1636d05 commit f4047b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion env/dev/ecs.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Elastic Container Service (ecs)
* This component is required to create the Fargate ECS service. It will create a Fargate cluster
* 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
* to run a Docker container, https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task_definitions.html.
* Next it creates a ECS Service, https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs_services.html
* It attaches the Load Balancer created in `lb.tf` to the service, and sets up the networking required.
Expand Down

0 comments on commit f4047b6

Please sign in to comment.