-
Notifications
You must be signed in to change notification settings - Fork 179
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
Remove unused project mentions #12188
Conversation
❌ Plan Result
|
/override pull-plan-prod-terraform |
@akiioto: akiioto unauthorized: /override is restricted to Repo administrators. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
/override pull-plan-prod-terraform |
@Sawthis: /override requires failed status contexts, check run or a prowjob name to operate on.
Only the following failed contexts/checkruns were expected:
If you are trying to override a checkrun that has a space in it, you must put a double quote on the context. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
@akiioto: Updated the following 2 configmaps:
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
❌ Apply Result
Details (Click me)Acquiring state lock. This may take a few moments...
Error: Provider configuration not present
To work with
google_project_iam_member.service_account_keys_rotator_workloads_project
(orphan) its original provider configuration at
provider["registry.opentofu.org/hashicorp/google"].workloads is required, but
it has been removed. This occurs when a provider configuration is removed
while objects created by that provider still exist in the state. Re-add the
provider configuration to destroy
google_project_iam_member.service_account_keys_rotator_workloads_project
(orphan), after which you can remove the provider configuration again.
Error: Provider configuration not present
To work with
google_project_iam_member.service_account_keys_cleaner_workloads_project
(orphan) its original provider configuration at
provider["registry.opentofu.org/hashicorp/google"].workloads is required, but
it has been removed. This occurs when a provider configuration is removed
while objects created by that provider still exist in the state. Re-add the
provider configuration to destroy
google_project_iam_member.service_account_keys_cleaner_workloads_project
(orphan), after which you can remove the provider configuration again.
` |
* Remove unused project mentions * Remove unused project mentions
Description
Changes proposed in this pull request:
Related issue(s)
#9771