Skip to content

Commit 35051a7

Browse files
committed
terraform-docs: automated update action
1 parent 9789b92 commit 35051a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ module "ecs_apps" {
6363
| asg\_min | Min number of instances for autoscaling group | `number` | `1` | no |
6464
| autoscaling\_default\_cooldown | The amount of time, in seconds, after a scaling activity completes before another scaling activity can start | `number` | `300` | no |
6565
| 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 |
6667
| certificate\_arn | n/a | `any` | n/a | yes |
6768
| 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 |
6969
| instance\_type\_1 | Instance type for ECS workers (first priority) | `any` | n/a | yes |
7070
| instance\_type\_2 | Instance type for ECS workers (second priority) | `any` | n/a | yes |
7171
| instance\_type\_3 | Instance type for ECS workers (third priority) | `any` | n/a | yes |

0 commit comments

Comments
 (0)