Skip to content

Commit e09d7ec

Browse files
committed
fix(ecs): add health check grace period
chore: remove duplicate README copy and update README.md formatting
1 parent 534b258 commit e09d7ec

3 files changed

Lines changed: 3 additions & 119 deletions

File tree

README copy.md

Lines changed: 0 additions & 118 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Table of Contents
2-
[1. Overview](#1-overview)\
2+
[1. Overview](#1-overview)
33
[2. Notices](#2-notices)
44
- [Table of Contents](#table-of-contents)
55
- [1. Overview](#1-overview)

ecs.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ resource "aws_ecs_service" "this" {
5757
deployment_minimum_healthy_percent = 50
5858
deployment_maximum_percent = 200
5959

60+
health_check_grace_period_seconds = 120
61+
6062
deployment_circuit_breaker {
6163
enable = true
6264
rollback = true

0 commit comments

Comments
 (0)