sparse-intern-71089
02/09/2020, 5:05 PMwhite-balloon-205
userData = pulumi.interpolate
...``
2. userData.apply(d => console.log(d))
The key is that because one of your inputs is an “output”, your user data will also need to be an “output”.brave-window-69382
02/09/2020, 6:25 PM