Add timeout support for aws_ebs_volume #8349
Labels
enhancement
Requests to existing resources that expand the functionality or scope.
service/ec2
Issues and PRs that pertain to the ec2 service.
Community Note
Description
The problem comes when I am trying to detach volume (volume is attach during cloud-init phase) on node which are not yet fully stopped and volume is still in use. Usually 5 minute timeout is enough but there are some cases where I would need few minutes more to finish terraform destroy successfully.
Proposal
Increase default timeout for the AWS provider or provide timeout configuration.
New or Affected Resource(s)
Potential Terraform Configuration
References
The text was updated successfully, but these errors were encountered: