pulumi/sdk/nodejs/tests/runtime/langhost/cases/014.read_resource
Joe Duffy 62042cd3ed
Simplify resource lookup (#1133)
As I began to write code using the ability to perform resource
lookups, especially in the code-generators, I realized the way it
was surfaced as an argument to the Resource base constructor would
lead to overload explosion.  Instead of doing that, let's pass it
in the ResourceOptions bag.
2018-04-07 10:15:58 -07:00
..
index.js Simplify resource lookup (#1133) 2018-04-07 10:15:58 -07:00