You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But terraform apply crash with:
Error: rpc error: code = Unavailable desc = transport is closing
No problem in 1.22.1
Terraform Version
terraform -v
Terraform v0.14.9
+ provider registry.terraform.io/huaweicloud/huaweicloud v1.23.1
Your version of Terraform is out of date! The latest version
is 0.14.10. You can update by downloading from https://www.terraform.io/downloads.html
@littlejo thanks for rasing this issue, we will fix it in v1.24.0.
For now, you can use the provider prior to v1.22.3 or without ha_replication_mode in your module.
Summary
Terraform plan works
But terraform apply crash with:
Error: rpc error: code = Unavailable desc = transport is closing
No problem in 1.22.1
Terraform Version
Terraform Configuration Files
content of module:
Debug Output
https://gist.github.com/littlejo/11982befc7ea4da33f322c2900bdf6ae
Crash Output
https://gist.github.com/littlejo/d4e66b9df50a9842d6fee1b51c4908fa
Expected Behavior
rds instance should be create
Actual Behavior
no creation of rds instance and crash of terraform (tfstate not update)
Steps to Reproduce
Module is there:
https://github.com/littlejo/terraform-huawei-rds
I just changed provider version to the latest version
terraform init
terraform apply
The text was updated successfully, but these errors were encountered: