damp-table-85095
09/13/2020, 3:01 AMconst startupScript = pulumi.interpolate`
#!/usr/bin/env sh
echo ${something}`;
Where something
is defined as:
const something = config.requireSecret("mySecret");
But this fails with Calling [toString] on an [Output<T>] is not supported.