-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't import ActionsRepositoryAccessLevel object #642
Comments
Hey @pylaligand. Thanks for reporting this issue. It looks like this bug is from a combination of two behaviors:
We will take a look at getting this working for you as soon as we have the time. |
@pylaligand As a workaround, you should be able to import this resource with a |
I can reproduce the original issue as stated. Unfortunately that workaround does not work smoothly either, we might need to take further action to fix this.
Results in:
The read method is not populating the required field:
You can ignore the warning and proceed, generating:
But then need to edit repository to the desired repository. |
|
What happened?
I am trying to import
ActionsRepositoryAccessLevel
resources for some already existing repositories. Even if the access level matches what's currently in GitHub, imports will fail because of arepository
attribute that's allegedly missing from the "remote" state.Example
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).
The text was updated successfully, but these errors were encountered: