Skip to content

Commit

Permalink
deploy to StackSet account and see what happens
Browse files Browse the repository at this point in the history
  • Loading branch information
tmclaugh committed Aug 31, 2024
1 parent 5569a5a commit d25f954
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
id: deploy-account-credentials
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: arn:aws:iam::349603509961:role/GitHubActionsCfnDeployRole
role-to-assume: arn:aws:iam::774305573766:role/GitHubActionsCfnDeployRole
role-session-name: ${{ env.GITHUB_REPOSITORY_NAME_PART_SLUG_URL }}-${{ github.run_number }}-${{ github.job }}
role-duration-seconds: 3600 # 60 minutes; needs to be less than our current max duration
aws-region: us-east-1
Expand Down
26 changes: 13 additions & 13 deletions template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,22 @@ 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"

OuStack:
Type: AWS::Serverless::Application
Properties:
Location: "./stacksets/org-ou/template.yaml"
Parameters:
RootOuId: !Ref TargetOuIds
# OuStack:
# Type: AWS::Serverless::Application
# Properties:
# Location: "./stacksets/org-ou/template.yaml"
# Parameters:
# RootOuId: !Ref TargetOuIds

0 comments on commit d25f954

Please sign in to comment.