enough-caravan-98871
04/26/2023, 2:02 PMresources: {[`com.cloudflare.api.account.zone.${accountId}`]: "*"},
If the accountId is in my Pulumi configuration, it works fine. If it is an output that I have grabbed from a get function or an output from another stack, it does not work. I get the famous 'Calling [toString] on an [Output<T>] is not supported'. The same accountId works fine for all my other resources where I use it many other places throughout the script. It just does not work for this particular line of code. I have tried many different combinations of apply, then and pulumi.interpolate and cannot get it to work. Any thoughts? Thanks in advance!victorious-church-57397
04/26/2023, 4:42 PMinterpolate
function from pulumi?enough-caravan-98871
04/26/2023, 6:11 PM