Skip to content

Commit

Permalink
docs: Improve security (#7426)
Browse files Browse the repository at this point in the history
  • Loading branch information
medikoo committed Mar 5, 2020
1 parent 0898664 commit a626505
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/providers/aws/guide/layers.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,9 @@ layers:
compatibleRuntimes: # optional, a list of runtimes this layer is compatible with
- python3.8
licenseInfo: GPLv3 # optional, a string specifying license information
allowedAccounts: # optional, a list of AWS account IDs allowed to access this layer.
- '*'
# allowedAccounts: # optional, a list of AWS account IDs allowed to access this layer.
# - '*'
# note: uncommenting this will give all AWS users access to this layer unconditionally.
retain: false # optional, false by default. If true, layer versions are not deleted as new ones are created
```

Expand Down

0 comments on commit a626505

Please sign in to comment.