Skip to content

Commit

Permalink
use version number
Browse files Browse the repository at this point in the history
  • Loading branch information
kikidawson-gds committed Jan 15, 2025
1 parent 32fedce commit b2ba0f0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions backend-api/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -656,8 +656,8 @@ Resources:
- REGIONAL
RegionalCertificateArn: !If
- UseWildcardCertificate
- !Sub '{{resolve:ssm:/${Environment}/Platform/ACM/AsyncPrimaryZoneWildCertificateARN}}'
- !Sub '{{resolve:ssm:/${Environment}/Platform/ACM/AsyncPrimaryZoneProxyCertificateARN}}'
- !Sub '{{resolve:ssm:/${Environment}/Platform/ACM/AsyncPrimaryZoneWildcardCertificateV1ARN}}'
- !Sub '{{resolve:ssm:/${Environment}/Platform/ACM/AsyncPrimaryZoneProxyCertificateV1ARN}}'

SecurityPolicy: TLS_1_2
Condition: ProxyApiDeployment
Expand Down Expand Up @@ -881,8 +881,8 @@ Resources:
- REGIONAL
RegionalCertificateArn: !If
- UseWildcardCertificate
- !Sub '{{resolve:ssm:/${Environment}/Platform/ACM/AsyncPrimaryZoneWildCertificateARN}}'
- !Sub '{{resolve:ssm:/${Environment}/Platform/ACM/AsyncPrimaryZoneSessionsCertificateARN}}'
- !Sub '{{resolve:ssm:/${Environment}/Platform/ACM/AsyncPrimaryZoneWildcardCertificateV1ARN}}'
- !Sub '{{resolve:ssm:/${Environment}/Platform/ACM/AsyncPrimaryZoneSessionsCertificateV1ARN}}'
SecurityPolicy: TLS_1_2

SessionsApiBasePathMapping:
Expand Down
4 changes: 2 additions & 2 deletions sts-mock/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ Resources:
- REGIONAL
RegionalCertificateArn: !If
- UseWildcardCertificate
- !Sub '{{resolve:ssm:/${Environment}/Platform/ACM/AsyncPrimaryZoneWildCertificateARN}}'
- !Sub '{{resolve:ssm:/${Environment}/Platform/ACM/AsyncPrimaryZoneStsMockCertificateARN}}'
- !Sub '{{resolve:ssm:/${Environment}/Platform/ACM/AsyncPrimaryZoneWildcardCertificateV1ARN}}'
- !Sub '{{resolve:ssm:/${Environment}/Platform/ACM/AsyncPrimaryZoneStsMockCertificateV1ARN}}'
SecurityPolicy: TLS_1_2

StsMockApiBasePathMapping:
Expand Down

0 comments on commit b2ba0f0

Please sign in to comment.