Skip to content
This repository was archived by the owner on Aug 9, 2023. It is now read-only.

Commit 73ab29f

Browse files
committed
propagate autogen bucket name to iam stack
1 parent 528bbf8 commit 73ab29f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/templates/aws-genomics-root-novpc.template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Resources:
140140
TemplateURL: !Sub ${TemplateRootUrl}/aws-genomics-iam.template.yaml
141141
TimeoutInMinutes: 10
142142
Parameters:
143-
S3BucketName: !Ref S3BucketName
143+
S3BucketName: !Sub ${S3Stack.Outputs.BucketName}
144144

145145
LaunchTplStack:
146146
Type: AWS::CloudFormation::Stack

0 commit comments

Comments
 (0)