Skip to content

Commit d322896

Browse files
committed
fix: update log_router version
Signed-off-by: Bünyamin Dökmetaş <[email protected]>
1 parent df84986 commit d322896

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ Terraform module which creates a ecs app
150150
| <a name="input_log_router_container_memory_reservation"></a> [log\_router\_container\_memory\_reservation](#input\_log\_router\_container\_memory\_reservation) | The log router memory reservation for the ECS task definition | `string` | `64` | no |
151151
| <a name="input_log_router_essential"></a> [log\_router\_essential](#input\_log\_router\_essential) | Determines whether all other containers in a task are stopped, if this container fails or stops for any reason. Due to how Terraform type casts booleans in json it is required to double quote this value | `bool` | `false` | no |
152152
| <a name="input_log_router_image_repository"></a> [log\_router\_image\_repository](#input\_log\_router\_image\_repository) | Container registry repository url | `string` | n/a | yes |
153-
| <a name="input_log_router_image_tag"></a> [log\_router\_image\_tag](#input\_log\_router\_image\_tag) | The default container image to use in container definition | `string` | `"stable-3.2.6"` | no |
153+
| <a name="input_log_router_image_tag"></a> [log\_router\_image\_tag](#input\_log\_router\_image\_tag) | The default container image to use in container definition | `string` | `"stable-3.2.9"` | no |
154154
| <a name="input_log_router_options"></a> [log\_router\_options](#input\_log\_router\_options) | The log router options to use | `map(string)` | <pre>{<br/> "config-file-type": "file",<br/> "config-file-value": "/fluent-bit/etc/extra.conf"<br/>}</pre> | no |
155155
| <a name="input_log_router_stop_timeout"></a> [log\_router\_stop\_timeout](#input\_log\_router\_stop\_timeout) | Time duration (in seconds) to wait before the container is forcefully killed if it doesn't exit normally on its own | `number` | `60` | no |
156156
| <a name="input_log_router_type"></a> [log\_router\_type](#input\_log\_router\_type) | The log router type to use | `string` | `"fluentbit"` | no |

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ variable "log_router_image_repository" {
568568
variable "log_router_image_tag" {
569569
type = string
570570
description = "The default container image to use in container definition"
571-
default = "stable-3.2.6"
571+
default = "stable-3.2.9"
572572
}
573573

574574
variable "log_router_options" {

0 commit comments

Comments
 (0)