Supported Provider Versions
A provider is a plug-in that encapsulates various resource APIs (such as CRUD APIs) for the resource formation engine to call. Since providers are under active development, earlier versions might have functional issues. To guarantee a smooth experience, you are advised to use the latest version.
- Best Practices
Use the greater-than (>) or greater-than-or-equal-to (>=) operator to explicitly define a version constraint within which any provider versions compatible with RFS can be used.
The following sample serves as a reference for HCL templates.
terraform { required_providers { huaweicloud = { source = "huawei.com/provider/huaweicloud" version = ">= 1.70.1" } } }
{ "terraform":{ "required_providers":[ { "huaweicloud":{ "source":"huawei.com/provider/huaweicloud", "version":">= 1.70.1" } } ] } }
- Provider Upgrade
If you deploy a stack or stack set using an outdated provider and then try to redeploy, delete, or roll the stack or stack set back, you may receive an error stating, "no available release match the given constraints x.x.x." To resolve this, use > or >= to update the version constraint in your template. Once you redeploy with the provider, it will upgrade to the latest version.
Similarly, if you are applying an execution plan with an outdated provider, you might see the same error message ("no available release match the given constraints x.x.x") during the deployment process. In this case, deleting the execution plan is still possible. To fix the issue, create an execution plan from the template with the updated provider and apply the plan again.
If you need to access a provider that has been taken offline, utilize the custom provider function.
- Maintained Providers
The following table lists the supported provider type and its versions and end of service (EOS) dates.
Type |
Introduction |
Version |
Number of Supported Services |
Number of Supported Resources |
EOS on Huawei Cloud |
---|---|---|---|---|---|
terraform-provider-huaweicloud |
Users can use HuaweiCloud Provider to interact with various resources on Huawei Cloud. Before using the provider, configure the corresponding permissions. |
96 |
846 |
July 30, 2026 |
|
96 |
800 |
June 30, 2026 |
|||
97 |
746 |
May 31, 2026 |
|||
97 |
746 |
May 31, 2026 |
|||
97 |
730 |
May 31, 2026 |
|||
96 |
687 |
March 31, 2026 |
|||
96 |
664 |
February 28, 2026 |
|||
96 |
641 |
January 31, 2026 |
|||
96 |
637 |
January 31, 2026 |
|||
96 |
634 |
January 31, 2026 |
|||
95 |
603 |
November 30, 2025 |
|||
94 |
525 |
September 30, 2025 |
|||
92 |
474 |
September 30, 2025 |
|||
92 |
461 |
September 30, 2025 |
|||
91 |
426 |
September 30, 2025 |
|||
91 |
413 |
September 30, 2025 |
|||
88 |
388 |
September 30, 2025 |
|||
87 |
367 |
September 30, 2025 |
|||
86 |
350 |
September 30, 2025 |
|||
83 |
346 |
September 30, 2025 |
|||
82 |
324 |
September 30, 2025 |
|||
82 |
296 |
September 30, 2025 |
|||
83 |
282 |
September 30, 2025 |
|||
80 |
270 |
September 30, 2025 |
|||
71 |
252 |
September 30, 2025 |
|||
68 |
236 |
September 30, 2025 |
|||
63 |
225 |
September 30, 2025 |
|||
63 |
225 |
September 30, 2025 |
|||
63 |
225 |
September 30, 2025 |
|||
63 |
225 |
September 30, 2025 |
|||
63 |
221 |
September 30, 2025 |
|||
33 |
117 |
September 30, 2025 |
|||
33 |
117 |
September 30, 2025 |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot