Skip to content

Commit

Permalink
api gateway - rota clientes
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksonwc2 authored Nov 23, 2024
1 parent cb889f8 commit 73590fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ module "k8s" {
zone_az1 = "us-east-1a"
zone_az2 = "us-east-1b"
iam_role_arn = "arn:aws:iam::629468475927:role/LabRole"
url_load_balance_clientes = "http://ab2d76323dda749e2a825b9d7eb44e5e-95224636.us-east-1.elb.amazonaws.com:3000"
url_load_balance_clientes = "http://ab2d76323dda749e2a825b9d7eb44e5e-95224636.us-east-1.elb.amazonaws.com:3000/clientes"
}

0 comments on commit 73590fd

Please sign in to comment.