*Q*: There are quite a number of attribures in res...
# general
n
Q: There are quite a number of attribures in resources that takes in a
string
instead of
Output<string>
. It makes thing quite inconvenient and hard in certain cases to reference the output of other resources. I still don't know what's the best way to cast an object of
Output<string>
to
string
so I ending up hardcoding the value. Any guidance is greatly appreciated.