Open kerko opened 5 months ago
It appears this is not implemented in the upstream provider. The import section in both their and our docs is missing: https://registry.terraform.io/providers/microsoft/azuredevops/latest/docs/resources/feed
Additionally, the implementation for the create and update operations do not call d.SetId(...)
: https://github.com/microsoft/terraform-provider-azuredevops/blob/7f801b0cda433ecd68bac6ea9888c4a6f7a7d9a7/azuredevops/internal/service/feed/resource_feed.go#L56-L85
You could try filing an issue in the upstream project to see if this enhancement could be added.
Describe what happened
I am trying to import an existing Azure DevOps Feed so it is managed by Pulumi.
Seems like the read during the import is not issued with the correct parameters.
I can read the feed just fine with the Get or GetFeed Methods.
Sample program
$ pulumi import azuredevops:index/feed:Feed internal-feed 52b41ced-793e-4779-9048-9c42c4ed6782
Output
Log output
https://gist.github.com/kerko/572035cc37d43b069fbd5031c50bcd2e
Affected Resource(s)
azuredevops.Feed
Output of
pulumi about
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).