github aliyun/terraform-provider-alicloud v2.0.0-beta4

4 hours ago

This beta rolls up every change merged from the 1.x line since v2.0.0-beta3 — see the 1.290.0 section of CHANGELOG.md — plus the v2-only changes below.

BREAKING CHANGES:

  • resource/alicloud_amqp_exchange: create_time changed from TypeInt to TypeString, fixing a provider panic on 32-bit builds. No configuration or state migration is needed; expressions that consumed it as a number now need tonumber. (#10254)
  • resource/alicloud_amqp_instance: create_time changed from TypeInt to TypeString, fixing a provider panic on 32-bit builds. No configuration or state migration is needed; expressions that consumed it as a number now need tonumber. (#10254)
  • resource/alicloud_amqp_static_account: create_time changed from TypeInt to TypeString, fixing a provider panic on 32-bit builds. No configuration or state migration is needed; expressions that consumed it as a number now need tonumber. (#10254)

ENHANCEMENTS:

  • provider: move ProtoV5ProviderServerFactory from package framework into the provider subpackage, resolving a cyclic import between the alicloud root and framework packages. (#10269)
  • provider: migrate helper/resource retry helpers to the helper/retry subpackage, removing the last SDK v1 retry dependency from the provider. (#10255, #10266)

Don't miss a new terraform-provider-alicloud release

NewReleases is sending notifications on new releases.