From 5569a5a409ce07bd2aa0f3af88864e0a6e9a99f8 Mon Sep 17 00:00:00 2001 From: Tom McLaughlin Date: Sat, 31 Aug 2024 17:52:52 -0400 Subject: [PATCH] remove from management account to see what happens when we deploy to StackSet account --- template.yaml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/template.yaml b/template.yaml index 9d60079..20a0393 100644 --- a/template.yaml +++ b/template.yaml @@ -9,18 +9,18 @@ Parameters: Default: r-c834 Resources: - BillingStackSet: - Type: AWS::Serverless::Application - Properties: - Location: "./stacksets/billing/stackset.yaml" - Parameters: - TargetOuIds: !Ref TargetOuIds - TargetRegions: us-east-1 +# BillingStackSet: +# Type: AWS::Serverless::Application +# Properties: +# Location: "./stacksets/billing/stackset.yaml" +# Parameters: +# TargetOuIds: !Ref TargetOuIds +# TargetRegions: us-east-1 - BillingStackManagement: - Type: AWS::Serverless::Application - Properties: - Location: "./stacksets/billing/template.yaml" +# BillingStackManagement: +# Type: AWS::Serverless::Application +# Properties: +# Location: "./stacksets/billing/template.yaml" OuStack: Type: AWS::Serverless::Application