Skip to content

Commit

Permalink
chore: test deploy
Browse files Browse the repository at this point in the history
test new role permisssions in ci
  • Loading branch information
jlangy committed Dec 24, 2024
1 parent 5031764 commit ad44032
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion terraform-ecs/ecs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ resource "aws_ecs_task_definition" "loki_write" {
memory = var.loki_write_memory
cpu = var.loki_write_cpu
# IMPORTANT: Make sure ingesters have time to cut any chunks in memory.
stop_timeout = 121
stop_timeout = 120

portMappings = [
{
Expand Down
2 changes: 1 addition & 1 deletion terraform-ecs/s3.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ resource "aws_s3_bucket" "sso_loki_test" {
bucket = "temp-test-resource"

lifecycle_rule {
enabled= false
enabled= true
expiration {
days = 7
}
Expand Down

0 comments on commit ad44032

Please sign in to comment.