FlexibleEngineCloud / terraform-provider-flexibleengine

Terraform flexibleengine provider
https://www.terraform.io/docs/providers/flexibleengine/
Mozilla Public License 2.0
30 stars 53 forks source link

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

Closed gaetanars closed 1 year ago

gaetanars commented 1 year ago

Terraform Version

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

Affected Resource(s)

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.

Jason-Zhang9309 commented 1 year ago

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