Skip to content

Commit

Permalink
fix: faucet lb_listener priority (#3554)
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
spypsy committed Dec 4, 2023
1 parent c7176f6 commit 3f56dd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yarn-project/aztec-faucet/terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3f56dd7

Please sign in to comment.