Skip to content

Commit

Permalink
Use version metadata on new Version parameter too
Browse files Browse the repository at this point in the history
  • Loading branch information
sbkok committed Apr 14, 2021
1 parent b32f19f commit e3e7a0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -779,7 +779,7 @@ Resources:
ServiceToken: !GetAtt CrossRegionBucketHandler.Arn
Region: !Ref DeploymentAccountMainRegion
BucketNamePrefix: !Sub "adf-shared-modules-${DeploymentAccountMainRegion}"
Version: 3.1.2
Version: !FindInMap ['Metadata', 'ADF', 'Version']
PolicyDocument:
Statement:
- Action:
Expand Down

0 comments on commit e3e7a0c

Please sign in to comment.