stale-holiday-22431
10/24/2018, 8:01 PMendpoint
it outputs in the config files I generate for downstream resources? To get that value as a string, do I put the whole downstream resource inside the output’s apply()
?white-balloon-205
prop: r.endpoint.apply(e => transform(e))
apply
to compute the value to pass as an input to some resource, instead of creating the resource itself within the apply
.stale-holiday-22431
10/24/2018, 8:13 PMwhite-balloon-205
Input<T>
which accepts a T or an Output<T>.