From c7c2c0f63b2d6cf6922be74225401922bb4a1254 Mon Sep 17 00:00:00 2001 From: Lennart Nordgreen <lennart.nordgreen@uib.no> Date: Tue, 11 Feb 2020 13:04:13 +0100 Subject: [PATCH] Added ZoneID --- aws/beta.ordbok.uib.no_stack.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws/beta.ordbok.uib.no_stack.yaml b/aws/beta.ordbok.uib.no_stack.yaml index 4486799c..4a9caa1e 100644 --- a/aws/beta.ordbok.uib.no_stack.yaml +++ b/aws/beta.ordbok.uib.no_stack.yaml @@ -46,7 +46,7 @@ Resources: Name: !Join ['.', [!Ref DomainPrefix, !Ref DomainName, '']] Type: A AliasTarget: - HostedZoneId: xxxxxxxxxxx + HostedZoneId: Z2YZQI8X816BZS DNSName: !GetAtt Distribution.DomainName HostedZoneTags: - Key: Application -- GitLab