Skip to content

Commit

Permalink
Update config-walkthrough.yaml
Browse files Browse the repository at this point in the history
Reflected that organizationMainAccountId needs to be of type string.
  • Loading branch information
apmclean committed Jul 25, 2023
1 parent 92c0437 commit c6bb512
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/config-walkthrough.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ global:
organizationId: o-1234
# OPTIONAL:DEPENDANT - If you will RAM share to Organizational units this is required
# This is the AWS Account identifier for account owning the Organization
organizationMainAccountId: 123456789012
organizationMainAccountId: "123456789012"
# REQUIRED - This prefix will pre-pend ALL stacks created, and will be used within the SSM Prefix below
# This assures that you can deploy multiple environments with similar resources without name collision.
stackNamePrefix: Core
Expand Down Expand Up @@ -305,4 +305,4 @@ transitGateways:
blackholeCidrs:
- 192.168.168.0/24
# More blackholeCidrs supported
# More Lists of Objects supported.
# More Lists of Objects supported.

0 comments on commit c6bb512

Please sign in to comment.