Skip to content
This repository has been archived by the owner on Jan 5, 2022. It is now read-only.

Commit

Permalink
Updated documentation.
Browse files Browse the repository at this point in the history
This commit does not bring any value to the library runtime, but want to trigger version bump due to the Travis outtage.
  • Loading branch information
rafalwrzeszcz committed Mar 28, 2019
1 parent d8549a4 commit e65c601
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,5 +140,5 @@ object.
accountName: "prod"
administratorRoleName: "OrganizationAdmin"
# assume OrganizationUnit is a resource created by lambda-cform-organization-unit handler
ouId: !GetAtt "OrganizationUnit.id"
ouId: !GetAtt "OrganizationUnit.Id"
```
Original file line number Diff line number Diff line change
Expand Up @@ -103,5 +103,5 @@ object.
ServiceToken: !GetAtt "OrganizationUnitManager.Arn"
name: "internal services"
# assume Organization is a resource created by lambda-cform-organization handler
parentId: !GetAtt "Organization.rootId"
parentId: !GetAtt "Organization.RootId"
```
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,9 @@ object.
# reference to deploy function
ServiceToken: !GetAtt "StackInstanceManager.Arn"
# reference to resource provisioned by lambda-cform-stackset
stackSetName: !GetAtt "StackSet.name"
stackSetName: !GetAtt "StackSet.Name"
# reference to resource provisioned by lambda-cform-account
accountId: !GetAtt "Account.id"
accountId: !GetAtt "Account.Id"
region: !Ref "AWS::Region"
parameters:
Param1: "Value1"
Expand Down

0 comments on commit e65c601

Please sign in to comment.