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

Timeout when deleting VPCs #12

Open
aghassemlouei opened this issue Jun 14, 2024 · 0 comments
Open

Timeout when deleting VPCs #12

aghassemlouei opened this issue Jun 14, 2024 · 0 comments

Comments

@aghassemlouei
Copy link

When attempting to delete a single VPC the resource is not deleted due to a 1 minute timeout:

awsls aws_vpc | grep 'vpc-0e9361240ff2d80e9' | awsrm 

   • SHOWING RESOURCES THAT WOULD BE DELETED (DRY RUN)
      • aws_vpc                                  id=vpc-0e9361240ff2d80e9 profile=saml-core-govcloud region=us-gov-west-1
   • TOTAL NUMBER OF RESOURCES THAT WOULD BE DELETED: 1
      • Are you sure you want to delete these resources (cannot be undone)? Only YES will be accepted.
        Enter a value: YES
   • STARTING TO DELETE RESOURCES
      • will retry to delete resource                      resource_id=vpc-0e9361240ff2d80e9 type=aws_vpc
   • FAILED TO DELETE THE FOLLOWING RESOURCES (RETRIES EXCEEDED): 1
      • aws_vpc                                            error=destroy timed out (1m0s) id=vpc-0e9361240ff2d80e9
   • TOTAL NUMBER OF DELETED RESOURCES: 0

This command is being executed against us-gov-west-1. Any assistance would be greatly appreciated!

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

No branches or pull requests

1 participant