Skip to content

Commit

Permalink
Add reference to TiTiler in the common stack
Browse files Browse the repository at this point in the history
  • Loading branch information
bo-lu committed Sep 22, 2023
1 parent 34ee669 commit 61f970c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/cloudformation/common-stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Metadata:
- GeocoreHarvestSslCertArn
- GeocorePygeoapiSslCertArn
- GeolocatorSslCertArn
- TiTilerSslCertArn
- GeoCaSslCertArn
- AppGeoCaSslCertArn
- GithubUsername
Expand Down Expand Up @@ -54,6 +55,9 @@ Parameters:
GeolocatorSslCertArn:
Description: ARN of the SSL cert stored in ACM to be used for Geolocator
Type: String
TiTilerSslCertArn:
Description: ARN of the SSL cert stored in ACM to be used for TiTiler
Type: String
GeoCaSslCertArn:
Description: ARN of the SSL cert stored in ACM to be used for geo.ca
Type: String
Expand Down Expand Up @@ -197,6 +201,14 @@ Resources:
Type: String
Value: !Ref GeolocatorSslCertArn

TiTilerSslCertArnParam:
Type: AWS::SSM::Parameter
Properties:
Description: ARN of the SSL cert stored in ACM to be used for TiTiler
Name: /webpresence/titiler/ssl-cert-arn
Type: String
Value: !Ref TiTilerSslCertArn

GeocoreSslCertArnParam:
Type: AWS::SSM::Parameter
Properties:
Expand Down

0 comments on commit 61f970c

Please sign in to comment.