diff --git a/aws/common.tf b/aws/common.tf index 8a1ff81..fc11761 100644 --- a/aws/common.tf +++ b/aws/common.tf @@ -42,7 +42,7 @@ locals { path = "/notebook/api" matcher = "200" } - priority = 1 + priority = 2 conditions = [{ path_pattern = { values = ["/notebook/*"] } }] }, jnH = { @@ -57,7 +57,7 @@ locals { path = "/notebook/helper/info" matcher = "200" } - priority = 2 + priority = 1 conditions = [{ path_pattern = { values = ["/notebook/helper/*"] } }] } }