Skip to content

Commit

Permalink
Merge branch 'staging' into issue/247/booleans
Browse files Browse the repository at this point in the history
  • Loading branch information
echo-bravo-yahoo authored Jun 28, 2019
2 parents 9c279e4 + dc94f48 commit 653b708
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cloudformation/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ Parameters:
Type: String
Description: By default, a static asset rebuild doesn't overwrite custom-content. Provide the value `overwrite-content` to replace the custom-content with your local version. Don't do this unless you know what you're doing -- all custom changes in your s3 bucket will be lost.
Default: ''
AllowedValues:
- 'overwrite-content'
- ''
ConstraintDescription: Malformed input - Parameter StaticAssetRebuildMode value must be either 'overwrite-content' or left blank.

MarketplaceSubscriptionTopicProductCode:
Type: String
Expand Down

0 comments on commit 653b708

Please sign in to comment.