Skip to content

Commit

Permalink
feature #6 - update internal alb url ssm
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeniosales committed Oct 16, 2022
1 parent 3820262 commit a9a2d52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 = var.base_url_internal
value = "http://${aws_lb_listener.http-lb-sbf-exchangerate.dns_name}"
overwrite = true
}
}

0 comments on commit a9a2d52

Please sign in to comment.