Skip to content
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

Error waiting for Deleting Firewall on project creation #18156

Closed
shaikatzz opened this issue May 16, 2024 · 1 comment
Closed

Error waiting for Deleting Firewall on project creation #18156

shaikatzz opened this issue May 16, 2024 · 1 comment

Comments

@shaikatzz
Copy link

Upon project creation, and setting auto_create_network to false, the resource is trying to delete the firewall rules.
It requires compute engine APi to be enabled, so we also enable it, but this is async operation.

Looks like a retry was already implemented, but 10 seconds might not be good enough, i'm still received that error.
Those issues are very very problematic since terraform will automatically remove the project, and it will got into pending deletion, preventing me from re-creating the project again with the same name.

maybe a bigger timeout should be implemented, or at least some loop with multiple retries?

@melinath
Copy link
Collaborator

@shaikatzz Could you provide the error message you're receiving? This may require enabling debugging: https://developer.hashicorp.com/terraform/internals/debugging

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants