Skip to content

Commit

Permalink
pushing for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
eamonnfaherty committed May 16, 2019
1 parent af94864 commit bc66cdf
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions servicecatalog_puppet/manifests/manifest-quickstart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ accounts:
- type:prod
- partition:eu
- scope:pci
- scope:sc-hub

launches:
devops-iam-for-prod:
Expand Down Expand Up @@ -55,3 +56,45 @@ launches:
tags:
- tag: type:prod
regions: eu-west-3

account-vending-account-bootstrap-shared:
portfolio: demo-central-it-team-portfolio
product: account-vending-account-bootstrap-shared
version: v1
deploy_to:
tags:
- tag: scope:sc-hub
regions: default_region

account-vending-account-creation-shared:
portfolio: demo-central-it-team-portfolio
product: account-vending-account-creation-shared
version: v1
deploy_to:
tags:
- tag: scope:sc-hub
regions: default_region

# test-account-test-0001:
# portfolio: demo-central-it-team-portfolio
# product: account-vending-account-creation
# depends_on:
# - account-vending-account-bootstrap-shared
# - account-vending-account-creation-shared
# version: v1
# parameters:
# Email:
# default: email@domain.com
# AccountName:
# default: a_nice_account_name
# OrganizationAccountAccessRole:
# default: OrganizationAccountAccessRole
# IamUserAccessToBilling:
# default: "ALLOW"
# TargetOU:
# default: /
# deploy_to:
# tags:
# - tag: scope:sc-hub
# regions: default_region
#

0 comments on commit bc66cdf

Please sign in to comment.