mirror of https://github.com/pulumi/pulumi.git
5f9d211cae
These changes add a context type to `resource/testing` that can be used to generate property values that are valid with respect to certain rules. The context represents a Pulumi stack, and contains a project name, stack name, and a list of resources. - URNs generated using a context will always use the context's project and stack name - Resource references generated using a context will always refer to resources in the context's resource list - Output values generated using a context will always pull dependencies from the context's resource list |
||
---|---|---|
.. | ||
assert.go | ||
rapid.go |