FlexibleEngineCloud/terraform-provider-flexibleengine

[DMS/rocketMQ] Can't import resource cause to AZ order

Closed this issue · 1 comments

Terraform Version

Terraform v1.3.7
on linux_amd64
+ provider registry.terraform.io/flexibleenginecloud/flexibleengine v1.36.0

Affected Resource(s)

  • flexibleengine_dms_rocketmq_instance

Same issue that was corrected on kafka in PR #895

When we want to import a rocketmq_instance we facing the same issue with AZ order :

2023-01-17T14:22:06.938+0100 [DEBUG] provider.terraform-provider-flexibleengine_v1.36.0: API Response Body: {
  "available_zones": [
    "eu-west-0c",
    "eu-west-0a",
    "eu-west-0b"
  ],

Terraform want to destroy the resource and re-apply them.

This issue should have been resolved as we have updated the reference to huaweicloud.
Please update your flexibleengine provider to the latest version.