Skip to content

Commit

Permalink
Update domain name used in HttpApiGateway and GenerateCertificate
Browse files Browse the repository at this point in the history
  • Loading branch information
kris-szlapa committed Feb 9, 2024
1 parent 1dceb71 commit 5d554cc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions SAMtemplates/main_template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,13 +147,13 @@ Resources:
Fn::Join:
- "."
- - !Ref "AWS::StackName"
- Fn::ImportValue: route53-resources:domain
- Fn::ImportValue: eps-route53-resources:domain
DomainValidationOptions:
- DomainName:
Fn::Join:
- "."
- - !Ref "AWS::StackName"
- Fn::ImportValue: route53-resources:domain
- Fn::ImportValue: eps-route53-resources:domain
HostedZoneId:
Fn::ImportValue: route53-resources:ZoneID

Expand All @@ -169,11 +169,11 @@ Resources:
Fn::Join:
- "."
- - !Ref "AWS::StackName"
- Fn::ImportValue: route53-resources:domain
- Fn::ImportValue: eps-route53-resources:domain
CertificateArn: !Ref GenerateCertificate
Route53:
HostedZoneId:
Fn::ImportValue: route53-resources:ZoneID
Fn::ImportValue: eps-route53-resources:ZoneID
EndpointConfiguration: REGIONAL
SecurityPolicy: TLS_1_2
MutualTlsAuthentication:
Expand Down

0 comments on commit 5d554cc

Please sign in to comment.