Hi, I'm totally new here and just trying out the t...
# general
g
Hi, I'm totally new here and just trying out the tutorial. Looks amazing so far! One thing during the quick start guide was not working for me. On this page: https://www.pulumi.com/docs/get-started/aws/deploy-changes/ There's this code snippet:
Copy code
export const bucketEndpoint = pulumi.interpolate`http://${bucket.websiteEndpoint}`;
The output for this is:
bucketEndpoint: "<http://undefined>"
Any idea why?
b
@gentle-cricket-92920 can you share your code?
is it literally rhe same as the example?
g
Yes
Copy paste 🙂