pulumi / pulumi-pulumiservice

https://pulumi.com
Apache License 2.0
12 stars 5 forks source link

Some read methods don't work for import #311

Open IaroslavTitov opened 3 weeks ago

IaroslavTitov commented 3 weeks ago

What happened?

While working on https://github.com/pulumi/pulumi-pulumiservice/pull/310, I noticed that we have more resources whose Read methods use GetProperties() method, which returns empty in case of import operation. This will clearly break import, so we need to fix these.

Example

List of all resources that need to be fixed:

Output of pulumi about

Not relevant

Additional context

No response

Contributing

Vote on this issue by adding a 👍 reaction. To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).

IaroslavTitov commented 4 days ago

Access token fixed in https://github.com/pulumi/pulumi-pulumiservice/pull/341