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

Destroy alicloud_rds_account failed #7121

Open
flint-m opened this issue Apr 2, 2024 · 0 comments
Open

Destroy alicloud_rds_account failed #7121

flint-m opened this issue Apr 2, 2024 · 0 comments

Comments

@flint-m
Copy link

flint-m commented Apr 2, 2024

Hi there,

When I wanted to destroy a alicloud_rds_account resource no need, it showed an error "Parameter values are invalid, or the request is waiting for locks.", but I am sure there is no lock in process, so I want someone could help me to solve this issue, thanks.

Terraform Version

$ terraform --version
Terraform v1.7.5
on linux_amd64

Affected Resource(s)

Please list the resources as a list, for example:

  • alicloud_rds_account

Terraform Configuration Files

resource "alicloud_rds_account" "staging_test" {
  db_instance_id   = alicloud_db_instance.staging_db.id
  account_name     = "webshop_staging1"
  account_password = random_password.staging_test_password.result
}

Debug Output

https://gist.github.com/flint-m/4cf2165d6b66552f86588608bf84748d

Expected Behavior

Destroy alicloud_rds_account successfully.

Steps to Reproduce

Please list the steps required to reproduce the issue, for example:

  1. terraform destroy -input=false -auto-approve

Important Factoids

Are there anything atypical about your accounts that we should know? For example: Running in EC2 Classic? Custom version of OpenStack? Tight ACLs?
K8S 1.24 ECS ["ecs.g6.xlarge", "ecs.g5.xlarge", "ecs.hfg6.xlarge"]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant