jckuester/awsrm

Timeout when deleting VPCs

aghassemlouei opened this issue · 1 comments

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!

Same here