https://pulumi.com logo
h

helpful-continent-74245

11/08/2018, 9:55 AM
If I create a bucket object and uses
bucket.id
in the code, it will be properly resolved with the bucket id at runtime, however if I use:
Copy code
`${bucket.id}`
It doesn't work. How do I force the proper property resolution ?