pulumi/sdk/nodejs/cmd
Pat Gavlin d67e04247f
Fix a few dynamic provider issues. (#1935)
- Do not require replacement of dynamic resources due to provider
  changes. This is not necessary, and is almost certainly the wrong
  thing to do if the dynamic provider is managing a physical resource.

- Return all inputs by default from a dynamic provider's check method.
  Currently a dynamic provider that does not implement check will end up
  receiving no inputs. This is confusing, and is not the correct default.
2018-09-14 19:59:06 -07:00
..
dynamic-provider Fix a few dynamic provider issues. (#1935) 2018-09-14 19:59:06 -07:00
pulumi-language-nodejs Use require.resolve to find @pulumi/pulumi/cmd/run 2018-09-07 11:30:54 -07:00
run Validate type tokens before using them (#1904) 2018-09-07 15:19:18 -07:00