-
Notifications
You must be signed in to change notification settings - Fork 0
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
streamnative_service_account doesn't re-create deleted service account #70
Comments
Same result with provider streamnative/streamnative 0.6.0 |
Doesn’t seem to be fixed with latest provider 0.6.0On Nov 5, 2024, at 19:29, Eric Shen ***@***.***> wrote:
this is fixed by #67
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
@erniebilling yeap, I double checked and this is a separate case and was not covered by PR 67. Will take a look how to support this case. |
It seems the |
fixing #70 --------- Co-authored-by: Neng Lu <[email protected]>
streamnative_service_account should be able to re-recreate a service account if someone accidentally deletes it.
Demo terraform:
Steps:
Gets error
Should detect missing service account and re-create it.
The text was updated successfully, but these errors were encountered: