From 525600725f92edadc955c2b6509c0ac0e036232c Mon Sep 17 00:00:00 2001
From: Tom McLaughlin <tom@serverlessops.io>
Date: Wed, 23 Oct 2024 15:29:20 -0400
Subject: [PATCH] add metrics link back to management account

---
 template.yaml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/template.yaml b/template.yaml
index 6f2b305..b1d4202 100644
--- a/template.yaml
+++ b/template.yaml
@@ -43,12 +43,12 @@ Resources:
       Parameters:
         DestinationArn: !Ref DataDogLogsDestinationArn
 
-  #MetricsSinkStack:
-  #  Type: AWS::Serverless::Application
-  #  Properties:
-  #    Location: "./stacksets/metrics/oam-link-template.yaml"
-  #    Parameters:
-  #      AwsOamSinkArn: !Ref AwsOamSinkArn
+  MetricsSinkStack:
+    Type: AWS::Serverless::Application
+    Properties:
+      Location: "./stacksets/metrics/oam-link-template.yaml"
+      Parameters:
+        AwsOamSinkArn: !Ref AwsOamSinkArn
 
   CwCrossAccountShareStack:
     Type: AWS::Serverless::Application