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

provider/aws: Bump rds_cluster timeout to 15 mins #7604

Merged
merged 1 commit into from Jul 18, 2016

Conversation

radeksimko
Copy link
Member

Apparently it takes more than 5 minutes to destroy the cluster.
I bumped the other two timeouts too, just in case.

module.rdscluster.aws_rds_cluster.default: Still destroying... (4m20s elapsed)
module.rdscluster.aws_rds_cluster.default: Still destroying... (4m30s elapsed)
module.rdscluster.aws_rds_cluster.default: Still destroying... (4m40s elapsed)
module.rdscluster.aws_rds_cluster.default: Still destroying... (4m50s elapsed)
module.rdscluster.aws_rds_cluster.default: Still destroying... (5m0s elapsed)
Error applying plan:

1 error(s) occurred:

* aws_rds_cluster.default: [WARN] Error deleting RDS Cluster (mydb): timeout while waiting for state to become '[destroyed]'

Terraform does not automatically rollback in the face of errors.
Instead, your Terraform state file has been partially updated with
any resources that successfully completed. Please address the error
above and apply again to incrementally change your infrastructure.

@stack72 stack72 merged commit 37b6ab4 into hashicorp:master Jul 18, 2016
@radeksimko radeksimko deleted the b-aws-rds-cluster-timeout branch July 18, 2016 13:46
@ghost
Copy link

ghost commented Apr 24, 2020

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@hashicorp hashicorp locked and limited conversation to collaborators Apr 24, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants