You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -32,8 +33,10 @@ Check the section "Other modules that you may need to use this module" for detai
32
33
* region: AWS Region the infrastructure is hosted in.
33
34
* vpc_id: ID of the VPC.
34
35
* task_definition_arn: (Required) The full ARN of the task definition that you want to run in your service.
36
+
* ecs_cluster_name = Name of the ECS cluster.
35
37
* ecs_cluster_arn: ARN of an ECS cluster.
36
38
* subnets: The subnets associated with the task or service.
39
+
* container_name: Name of the running container.
37
40
* container_port: Port on which the container is listening.
38
41
* desired_count: (Optional) The number of instances of the task definition to place and keep running. Defaults to 1.
39
42
* platform_version: (Optional) The platform version on which to run your service. Defaults to LATEST. More information about Fargate platform versions can be found in the AWS ECS User Guide.
@@ -92,7 +95,7 @@ The ECS cluster module should look like this:
0 commit comments