Skip to content

Commit

Permalink
docs: Add missing colons to AWS::AccountId (#7393)
Browse files Browse the repository at this point in the history
  • Loading branch information
henning committed Feb 26, 2020
1 parent 11587ca commit 7bc35bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/providers/aws/guide/iam.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ provider:
iamManagedPolicies:
- 'some:aws:arn:xxx:*:*'
- 'someOther:aws:arn:xxx:*:*'
- { 'Fn::Join': [':', ['arn:aws:iam:', { Ref: 'AWSAccountId' }, 'some/path']] }
- { 'Fn::Join': [':', ['arn:aws:iam:', { Ref: 'AWS::AccountId' }, 'some/path']] }
```

## Custom IAM Roles
Expand Down

0 comments on commit 7bc35bc

Please sign in to comment.