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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,9 +63,9 @@ module "ecs_apps" {
63
63
| asg\_min | Min number of instances for autoscaling group |`number`|`1`| no |
64
64
| autoscaling\_default\_cooldown | The amount of time, in seconds, after a scaling activity completes before another scaling activity can start |`number`|`300`| no |
65
65
| autoscaling\_health\_check\_grace\_period | The length of time that Auto Scaling waits before checking an instance's health status. The grace period begins when an instance comes into service |`number`|`300`| no |
66
+
| backup | Assing a backup tag to efs resource - Backup will be performed by AWS Backup |`string`|`"true"`| no |
66
67
| certificate\_arn | n/a |`any`| n/a | yes |
67
68
| enable\_schedule | Enables schedule to shut down and start up instances outside business hours |`bool`|`false`| no |
68
-
| expire\_backup\_efs | Number of days the backup will be expired |`number`|`0`| no |
69
69
| instance\_type\_1 | Instance type for ECS workers (first priority) |`any`| n/a | yes |
70
70
| instance\_type\_2 | Instance type for ECS workers (second priority) |`any`| n/a | yes |
71
71
| instance\_type\_3 | Instance type for ECS workers (third priority) |`any`| n/a | yes |
0 commit comments