TIL that I can't even assign the output to variabl...
# python
b
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 😞