Skip to content

Commit

Permalink
Amend 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 9603dd3 commit 7034e83
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions SAMtemplates/main_template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,15 +147,15 @@ Resources:
Fn::Join:
- "."
- - !Ref "AWS::StackName"
- Fn::ImportValue: eps-route53-resources:domain
- Fn::ImportValue: eps-route53-resources:EPS-domain
DomainValidationOptions:
- DomainName:
Fn::Join:
- "."
- - !Ref "AWS::StackName"
- Fn::ImportValue: eps-route53-resources:domain
- Fn::ImportValue: eps-route53-resources:EPS-domain
HostedZoneId:
Fn::ImportValue: eps-route53-resources:ZoneID
Fn::ImportValue: eps-route53-resources:EPS-ZoneID

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

0 comments on commit 7034e83

Please sign in to comment.