opentelekomcloud / terraform-provider-opentelekomcloud

Terraform OpenTelekomCloud provider
https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/latest
Mozilla Public License 2.0
88 stars 77 forks source link

time out when create RDS instance #2713

Closed TTTouper closed 1 week ago

TTTouper commented 2 weeks ago

Terraform provider version

1.36.15

Affected Resource(s)

opentelekomcloud_rds_instance_v3

Terraform Configuration Files

# Copy-paste your Terraform configurations here - for large Terraform configs,
# please use a service like Dropbox and share a link to the ZIP file. For
# security, you can also encrypt the files using our GPG public key.

Debug Output/Panic Output

image

image

Steps to Reproduce

  1. terraform init
  2. 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

anton-sidelnikov commented 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.

artem-lifshits commented 1 week ago

Looks like PreProd issue with RDS, closing the ticket.