https://pulumi.com logo
#python
Title
b

bland-lamp-16797

05/30/2020, 7:17 PM
TIL that I can't even assign the output to variable 😞
env_domain = top_domain.apply(lambda c: str(f"{functions.get_project_env(pulumi.get_stack())}.{c}"))
I need to copy this
top_domain.apply()
function to all across my code and if I have huge project this can be be big pain 😞