From b2ba0f0d19eed68b43758ca5cd7d912790862b09 Mon Sep 17 00:00:00 2001 From: Kiki Dawson Date: Wed, 15 Jan 2025 11:47:49 +0000 Subject: [PATCH] use version number --- backend-api/template.yaml | 8 ++++---- sts-mock/template.yaml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/backend-api/template.yaml b/backend-api/template.yaml index c89981e5..87c1b6ca 100644 --- a/backend-api/template.yaml +++ b/backend-api/template.yaml @@ -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 @@ -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: diff --git a/sts-mock/template.yaml b/sts-mock/template.yaml index 2332ae64..0272c4b0 100644 --- a/sts-mock/template.yaml +++ b/sts-mock/template.yaml @@ -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: