Skip to content

Commit aef56e7

Browse files
committed
Updating README.md
1 parent 6b3e8f4 commit aef56e7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Check valid versions on:
1212

1313
module "ecs-fargate-service":
1414
source = "jnonino/ecs-fargate-service/aws"
15-
version = "1.0.0"
15+
version = "1.0.1"
1616
name_preffix = var.name_preffix
1717
profile = var.profile
1818
region = var.region
@@ -46,6 +46,7 @@ Check the section "Other modules that you may need to use this module" for detai
4646
* propagate_tags: (Optional) Specifies whether to propagate the tags from the task definition or the service to the tasks. The valid values are SERVICE and TASK_DEFINITION. Default to SERVICE.
4747
* ordered_placement_strategy: (Optional) Service level strategy rules that are taken into consideration during task placement. List from top to bottom in order of precedence. The maximum number of ordered_placement_strategy blocks is 5. This is a list of maps where each map should contain "id" and "field".
4848
* health_check_grace_period_seconds: (Optional) Seconds to ignore failing load balancer health checks on newly instantiated tasks to prevent premature shutdown, up to 2147483647. Only valid for services configured to use load balancers.
49+
* health_check_path: (Optional) The destination for the health check request.
4950
* placement_constraints: (Optional) rules that are taken into consideration during task placement. Maximum number of placement_constraints is 10. This is a list of maps, where each map should contain "type" and "expression".
5051
* service_registries: (Optional) The service discovery registries for the service. The maximum number of service_registries blocks is 1. This is a map that should contain the following fields "registry_arn", "port", "container_port" and "container_name".
5152
* security_groups: (Optional) The security groups associated with the task or service. If you do not specify a security group, the default security group for the VPC is used.

0 commit comments

Comments
 (0)