mirror of https://github.com/pulumi/pulumi.git
795a3d07be
If a resource is renamed with `pulumi state rename`, in addition to updating references in resources that refer to it as a dependency, also update references to the resource as a parent of another resource. Testing: Includes an integration test that reproduces the panic, and a unit test that verifies the new behavior at a more isolated level. To implement the integration test, a new RunPulumiCommand method was added to ProgramTester because we don't have other means of running `pulumi state rename` with ProgramTest. Resolves #13179 |
||
---|---|---|
.. | ||
command.go | ||
doc.go | ||
program.go | ||
program_test.go | ||
pulumi.go | ||
s3reporter.go | ||
util.go |