Closed TTTouper closed 1 week ago
Hi @TTTouper, yes you can: https://developer.hashicorp.com/terraform/plugin/sdkv2/resources/retries-and-customizable-timeouts, for RDS default timeout is 30m, you can change it to 60m for example.
Looks like PreProd issue with RDS, closing the ticket.
Terraform provider version
1.36.15
Affected Resource(s)
opentelekomcloud_rds_instance_v3
Terraform Configuration Files
Debug Output/Panic Output
Steps to Reproduce
terraform init
terraform apply
Expected Behavior
should wait for the creation of RDS to complete
Actual Behavior
The RDS is stuck in the "creating" state. Does the provider terminate the process? Is it possible to configure the timeout in the script?
Important Factoids
References