Skip to content

Commit

Permalink
S3 regional domain name value to support non us-east-1 deployments am…
Browse files Browse the repository at this point in the history
  • Loading branch information
chriscoombs committed Jan 7, 2021
1 parent 5ac9378 commit 67001fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/voicemail-for-amazon-connect.template
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ Resources:
UserPoolArn: !GetAtt VoicemailStack.Outputs.UserPoolArn
SolutionHelperFunctionArn: !GetAtt SolutionHelperFunction.Arn
PortalBucket: !Ref PortalBucket
PortalBucketDomainName: !GetAtt PortalBucket.DomainName
PortalBucketDomainName: !GetAtt PortalBucket.RegionalDomainName
PortalBucketArn: !GetAtt PortalBucket.Arn

PortalBucket:
Expand Down

0 comments on commit 67001fd

Please sign in to comment.