Skip to content

Commit

Permalink
remove from management account to see what happens when we deploy to …
Browse files Browse the repository at this point in the history
…StackSet account
  • Loading branch information
tmclaugh committed Aug 31, 2024
1 parent 769f431 commit 5569a5a
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5569a5a

Please sign in to comment.