https://pulumi.com logo
#typescript
Title
# typescript
m

miniature-musician-31262

04/15/2022, 7:02 PM
@busy-journalist-6936 Yeah,
concat
returns an
Output<string>
— but I’m not sure you need that, as both values are strings — does this work?
Copy code
const name: string = `kc2-${stack}`;
b

busy-journalist-6936

04/15/2022, 7:08 PM
Oh hey look, i was just over-thinking it. tyvm!!!
that worked great
m

miniature-musician-31262

04/15/2022, 7:42 PM
Yay! Awesome.
2 Views