Skip to content

Commit

Permalink
Add documentation for new yaml option
Browse files Browse the repository at this point in the history
  • Loading branch information
Struan McDonough committed Sep 21, 2022
1 parent 2015435 commit cc65b80
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@ custom:
- bucketName: ${cf:another-cf-stack-name.ExternalBucketOutputKey}
localDir: path

# Setting the optional enabled field to false will disable this rule.
# Referencing other variables allows this rule to become conditional
- bucketName: DisabledSync
localDir: path
enabled: false

resources:
Resources:
AssetsBucket:
Expand Down

0 comments on commit cc65b80

Please sign in to comment.