Skip to content

Commit

Permalink
feature #4 - update alb url ssm
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeniosales committed Oct 16, 2022
1 parent 1a4885a commit e0fe62a
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 @@ -20,7 +20,7 @@ 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/arn"
name = "/exchangeRate/infra/alb/exchangeRate/http/url"
type = "String"
value = var.base_url_internal
overwrite = true
Expand Down

0 comments on commit e0fe62a

Please sign in to comment.