From 3f56dd7cacfda0eb7a4bf0c38ec804a85e6881d2 Mon Sep 17 00:00:00 2001 From: spypsy Date: Mon, 4 Dec 2023 19:13:37 +0000 Subject: [PATCH] fix: faucet lb_listener priority (#3554) Please provide a paragraph or two giving a summary of the change, including relevant motivation and context. # Checklist: Remove the checklist to signal you've completed it. Enable auto-merge if the PR is ready to merge. - [ ] If the pull request requires a cryptography review (e.g. cryptographic algorithm implementations) I have added the 'crypto' tag. - [ ] I have reviewed my diff in github, line by line and removed unexpected formatting changes, testing logs, or commented-out code. - [ ] Every change is related to the PR description. - [ ] I have [linked](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue) this pull request to relevant issues (if any exist). --- yarn-project/aztec-faucet/terraform/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yarn-project/aztec-faucet/terraform/main.tf b/yarn-project/aztec-faucet/terraform/main.tf index 65aa239d550..1f84fc6f6f2 100644 --- a/yarn-project/aztec-faucet/terraform/main.tf +++ b/yarn-project/aztec-faucet/terraform/main.tf @@ -203,7 +203,7 @@ resource "aws_alb_target_group" "aztec-faucet" { resource "aws_lb_listener_rule" "api-1" { listener_arn = data.terraform_remote_state.aztec2_iac.outputs.alb_listener_arn - priority = 500 + priority = 600 action { type = "forward"