gentle-cricket-92920
11/06/2021, 5:29 PMexport const bucketEndpoint = pulumi.interpolate`http://${bucket.websiteEndpoint}`;
The output for this is:
bucketEndpoint: "<http://undefined>"
Any idea why?billowy-army-68599
11/06/2021, 7:18 PMgentle-cricket-92920
11/07/2021, 1:14 AM