Skip to content

Commit 30b5d58

Browse files
authored
Merge pull request #348 from alphagov/auth-1388-generate-certs
AUTH-1388: Change the hostname on the ALB certs
2 parents 5717af4 + 42a9557 commit 30b5d58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ci/terraform/route53.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ resource "aws_route53_record" "account_management_fg" {
2323
}
2424

2525
resource "aws_acm_certificate" "account_management_fg_certificate" {
26-
domain_name = aws_route53_record.account_management_fg.name
26+
domain_name = aws_route53_record.account_management.name
2727
validation_method = "DNS"
2828

2929
tags = local.default_tags

0 commit comments

Comments
 (0)