Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
monken committed May 21, 2019
2 parents 716a4eb + 848d207 commit 3316279
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/examples.template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,14 @@ Resources:
Properties:
ServiceToken: !GetAtt CustomResource.Arn
Service: S3
PhysicalResourceId: !Sub ${Bucket}-${!Random}
PhysicalResourceId: !Sub bucket-${!Random}
Create:
Action: putBucketInventoryConfiguration
Parameters:
Bucket: !Ref Bucket
Id: !Sub ${Bucket}-${!Random}
Id: !Sub bucket-${!Random}
InventoryConfiguration:
Id: !Sub ${Bucket}-${!Random}
Id: !Sub bucket-${!Random}
IncludedObjectVersions: Current
OptionalFields: [Size, LastModifiedDate]
IsEnabled: true
Expand Down

0 comments on commit 3316279

Please sign in to comment.