diff options
| author | Paul Buetow <paul@buetow.org> | 2023-12-20 09:27:15 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2023-12-20 09:27:15 +0200 |
| commit | 2c675b23a0a2d876c6c54ae09c0984b9938003d5 (patch) | |
| tree | 1fbdb4e4b2a41faf698e49b31e3973b70d75aab0 /org-buetow-ecs | |
| parent | 7fd1d95501235b9a9c2fcc19d8b313a840db89d9 (diff) | |
initial nextcloud
Diffstat (limited to 'org-buetow-ecs')
| -rw-r--r-- | org-buetow-ecs/wallabagservice.tf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org-buetow-ecs/wallabagservice.tf b/org-buetow-ecs/wallabagservice.tf index e8cb8ac..715c777 100644 --- a/org-buetow-ecs/wallabagservice.tf +++ b/org-buetow-ecs/wallabagservice.tf @@ -78,7 +78,7 @@ resource "aws_ecs_service" "wallabag_service" { cluster = aws_ecs_cluster.my_ecs_cluster.id task_definition = aws_ecs_task_definition.wallabag_task.arn launch_type = "FARGATE" - desired_count = 1 + desired_count = 0 load_balancer { target_group_arn = aws_lb_target_group.my_wallabag_tg.arn |
