pulumi/sdk
Thomas Gummerer 2f4b26b681
rewrite the URN when resources are being moved between projects (#16523)
When a resource is moved between stacks in different projects we also
need to rewrite project part of the URNs. Do that here. Moving between
different projects already works by virtue of the requireStack function
supporting that when providing the fully qualified name of the stack.

There is some awkwardness here as old diy backends may not return a
project name, in which case we error out here. Curious if anyone has
thought about what to do here. Is erroring out the best we can do? What
happens if we don't rewrite the project name in this case?

---------

Co-authored-by: Will Jones <will@sacharissa.co.uk>
2024-07-01 17:36:11 +00:00
..
go rewrite the URN when resources are being moved between projects (#16523) 2024-07-01 17:36:11 +00:00
nodejs Fix NodeJS SDK mocking of custom resource reads (#16542) 2024-07-01 16:05:30 +00:00
proto/go Add not-found markers to missing executables for packagemanagers (#16488) 2024-06-28 23:21:55 +00:00
python Provide installation instructions for the python typechecker (#16539) 2024-07-01 15:17:03 +00:00
.version Prepare for v3.122.0 release (#16535) 2024-06-29 11:09:49 +00:00
README.md Cleanup sdk/README.md 2023-01-03 17:12:12 -05:00
go.mod Query language runtime for options during “pulumi new” (#16346) 2024-06-17 17:10:55 +00:00
go.sum Query language runtime for options during “pulumi new” (#16346) 2024-06-17 17:10:55 +00:00
version.go Move .version to /sdk and embed it (#15185) 2024-01-19 14:11:17 +00:00

README.md

Pulumi Language SDKs

This directory contains Pulumi SDKs for the following languages:

See the respective READMEs for information about installing and using these libraries.

The language providers work by implementing gRPC interfaces defined in the top level directory proto.