website icon indicating copy to clipboard operation
website copied to clipboard

Incorrect generated website url

Open mstn opened this issue 6 years ago • 0 comments

From the code the website url is http://${bucketOutputs.name}.s3-website-${inputs.region}.amazonaws.com. Shouldn't it be http://${bucketOutputs.name}.s3-website.${inputs.region}.amazonaws.com? ('.' instead of '-')

mstn avatar Dec 09 '19 13:12 mstn