diff --git a/template.yaml b/template.yaml index e1f02fe..3be6700 100644 --- a/template.yaml +++ b/template.yaml @@ -138,6 +138,14 @@ Resources: Value: !GetAtt ServiceDiscovery.Outputs.NamespaceId Description: Gurum Platform Namespace ID. + PlatformDomainCertificate: + Type: "AWS::SSM::Parameter" + Properties: + Name: "/gurum/platform/domain-certificate" + Type: "String" + Value: !GetAtt ALB.Outputs.LoadBalancerListenerCertificate + Description: "Gurum Platform Domain ACM Certificate." + LoadBalancerDNSNameParam: Type: "AWS::SSM::Parameter" Properties: