Skip to content

Commit

Permalink
feature #6 - update alb url ssm value
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeniosales committed Oct 16, 2022
1 parent a9a2d52 commit 38b5d1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/ssm.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ resource "aws_ssm_parameter" "exchange-rate-application-load-balancer-http-arn"
resource "aws_ssm_parameter" "exchange-rate-application-load-balancer-http-url-ssm" {
name = "/exchangeRate/infra/alb/exchangeRate/http/url"
type = "String"
value = "http://${aws_lb_listener.http-lb-sbf-exchangerate.dns_name}"
value = "http://${aws_lb.lb-sbf-exchangerate.dns_name}"
overwrite = true
}

0 comments on commit 38b5d1a

Please sign in to comment.