Skip to content

Commit 5cbc056

Browse files
committed
Cleanup after release v1.274.0
1 parent 83a884b commit 5cbc056

7 files changed

Lines changed: 30 additions & 29 deletions

CHANGELOG.md

Lines changed: 24 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,34 @@
1-
## 1.274.0 (Unreleased)
1+
## 1.275.0 (Unreleased)
2+
## 1.274.0 (April 03, 2026)
23

3-
- **New Data Source:** `alicloud_esa_waf_rulesets` [GH-9597]
4+
- **New Data Source:** `alicloud_esa_waf_rulesets` ([#9597](https://github.com/aliyun/terraform-provider-alicloud/issues/9597))
45

56
ENHANCEMENTS:
67

7-
- resource/alicloud_nlb_server_group: support health_check_http_version. [GH-9542]
8-
- resource/alicloud_vpc_nat_ip: Refactored the resource alicloud_vpc_nat_ip; Removed the field nat_ip_cidr_id; Added retry strategy for error code IncorrectStatus.NatGateway. [GH-9564]
9-
- resource/alicloud_adb_lake_account: Added the field ram_user_list; Improved alicloud_adb_lake_account testcase. [GH-9578]
10-
- resource/alicloud_resource_manager_resource_share: Added the field resource_properties. [GH-9580]
11-
- resource/alicloud_resource_manager_shared_resource: Added the field properties_resource_arn, resource_property. [GH-9586]
12-
- resource/alicloud_instance: Supported data_disks.category set to cloud_regional_disk_auto, elastic_ephemeral_disk_standard, elastic_ephemeral_disk_premium. [GH-9588]
13-
- resource/alicloud_esa_cache_rule: Added the field post_body_cache_key, post_body_size_limit, post_cache. [GH-9590]
14-
- resource/alicloud_forward_entry: Refactored the resource alicloud_forward_entry; Added retry strategy for error code OperationUnsupported.EipInBinding, IncorrectStatus, TaskConflict, IncorretForwardEntryStatus, IncorrectStatus.NATGW. [GH-9592]
15-
- resource/alicloud_security_group_rule: refactor code and tests. [GH-9593]
16-
- resource/alicloud_cs_kubernetes_policy_instance: parameter action set to Computed. [GH-9595]
17-
- resource/alicloud_alikafka_instance: Added retry strategy for error code BIZ_INSTANCE_UPDATE_AUTO_CREATE_TOPIC_STATUS_ERROR. [GH-9596]
18-
- resource/alicloud_esa_rate_plan_instance: Refactored the resource alicloud_esa_rate_plan_instance; Improved alicloud_esa_rate_plan_instance testcase. [GH-9599]
19-
- resource/alicloud_amqp_instance: Added the field vpc_id, vswitch_ids, security_group_id, listener_mode. [GH-9607]
20-
- data-source/alicloud_nlb_server_groups: support health_check_http_version. [GH-9542]
21-
- doc: update the alicloud provider docs to indicate it already supports 25.3. [GH-9280]
22-
- docs: alicloud_nlb_server_group document update. [GH-9579]
23-
- docs: Improved the document vpc_route_entry. [GH-9600]
24-
- docs: Update network_acl document. [GH-9610]
8+
- resource/alicloud_nlb_server_group: support health_check_http_version. ([#9542](https://github.com/aliyun/terraform-provider-alicloud/issues/9542))
9+
- resource/alicloud_vpc_nat_ip: Refactored the resource alicloud_vpc_nat_ip; Removed the field nat_ip_cidr_id; Added retry strategy for error code IncorrectStatus.NatGateway. ([#9564](https://github.com/aliyun/terraform-provider-alicloud/issues/9564))
10+
- resource/alicloud_adb_lake_account: Added the field ram_user_list; Improved alicloud_adb_lake_account testcase. ([#9578](https://github.com/aliyun/terraform-provider-alicloud/issues/9578))
11+
- resource/alicloud_resource_manager_resource_share: Added the field resource_properties. ([#9580](https://github.com/aliyun/terraform-provider-alicloud/issues/9580))
12+
- resource/alicloud_resource_manager_shared_resource: Added the field properties_resource_arn, resource_property. ([#9586](https://github.com/aliyun/terraform-provider-alicloud/issues/9586))
13+
- resource/alicloud_instance: Supported data_disks.category set to cloud_regional_disk_auto, elastic_ephemeral_disk_standard, elastic_ephemeral_disk_premium. ([#9588](https://github.com/aliyun/terraform-provider-alicloud/issues/9588))
14+
- resource/alicloud_esa_cache_rule: Added the field post_body_cache_key, post_body_size_limit, post_cache. ([#9590](https://github.com/aliyun/terraform-provider-alicloud/issues/9590))
15+
- resource/alicloud_forward_entry: Refactored the resource alicloud_forward_entry; Added retry strategy for error code OperationUnsupported.EipInBinding, IncorrectStatus, TaskConflict, IncorretForwardEntryStatus, IncorrectStatus.NATGW. ([#9592](https://github.com/aliyun/terraform-provider-alicloud/issues/9592))
16+
- resource/alicloud_security_group_rule: refactor code and tests. ([#9593](https://github.com/aliyun/terraform-provider-alicloud/issues/9593))
17+
- resource/alicloud_cs_kubernetes_policy_instance: parameter action set to Computed. ([#9595](https://github.com/aliyun/terraform-provider-alicloud/issues/9595))
18+
- resource/alicloud_alikafka_instance: Added retry strategy for error code BIZ_INSTANCE_UPDATE_AUTO_CREATE_TOPIC_STATUS_ERROR. ([#9596](https://github.com/aliyun/terraform-provider-alicloud/issues/9596))
19+
- resource/alicloud_esa_rate_plan_instance: Refactored the resource alicloud_esa_rate_plan_instance; Improved alicloud_esa_rate_plan_instance testcase. ([#9599](https://github.com/aliyun/terraform-provider-alicloud/issues/9599))
20+
- resource/alicloud_amqp_instance: Added the field vpc_id, vswitch_ids, security_group_id, listener_mode. ([#9607](https://github.com/aliyun/terraform-provider-alicloud/issues/9607))
21+
- data-source/alicloud_nlb_server_groups: support health_check_http_version. ([#9542](https://github.com/aliyun/terraform-provider-alicloud/issues/9542))
22+
- doc: update the alicloud provider docs to indicate it already supports 25.3. ([#9280](https://github.com/aliyun/terraform-provider-alicloud/issues/9280))
23+
- docs: alicloud_nlb_server_group document update. ([#9579](https://github.com/aliyun/terraform-provider-alicloud/issues/9579))
24+
- docs: Improved the document vpc_route_entry. ([#9600](https://github.com/aliyun/terraform-provider-alicloud/issues/9600))
25+
- docs: Update network_acl document. ([#9610](https://github.com/aliyun/terraform-provider-alicloud/issues/9610))
2526

2627
BUG FIXES:
2728

28-
- resource/alicloud_ecs_key_pair_attachment: Fixed the import error. [GH-9589]
29-
- resource/alicloud_cloud_firewall_instance: Fix v1 instance issues update test case. [GH-9591]
30-
- data-source/alicloud_cs_kubernetes_addons: fix get next_version, add supported_actions attribute. [GH-9605]
29+
- resource/alicloud_ecs_key_pair_attachment: Fixed the import error. ([#9589](https://github.com/aliyun/terraform-provider-alicloud/issues/9589))
30+
- resource/alicloud_cloud_firewall_instance: Fix v1 instance issues update test case. ([#9591](https://github.com/aliyun/terraform-provider-alicloud/issues/9591))
31+
- data-source/alicloud_cs_kubernetes_addons: fix get next_version, add supported_actions attribute. ([#9605](https://github.com/aliyun/terraform-provider-alicloud/issues/9605))
3132

3233
## 1.273.0 (March 13, 2026)
3334

website/docs/r/click_house_db_cluster.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ For information about Click House DBCluster and how to use it, see [What is DBCl
2020
Basic Usage
2121

2222
<div style="display: block;margin-bottom: 40px;"><div class="oics-button" style="float: right;position: absolute;margin-bottom: 10px;">
23-
<a href="https://api.aliyun.com/terraform?resource=alicloud_click_house_db_cluster&exampleId=48829c1f-8c78-dc66-0efd-a941ba3fe84f0e1bce80&activeTab=example&spm=docs.r.click_house_db_cluster.0.48829c1f8c&intl_lang=EN_US" target="_blank">
23+
<a href="https://api.aliyun.com/terraform?resource=alicloud_click_house_db_cluster&exampleId=51360ee7-c880-a81b-e66b-abd3cf386b9a1c640f33&activeTab=example&spm=docs.r.click_house_db_cluster.0.51360ee7c8&intl_lang=EN_US" target="_blank">
2424
<img alt="Open in AliCloud" src="https://img.alicdn.com/imgextra/i1/O1CN01hjjqXv1uYUlY56FyX_!!6000000006049-55-tps-254-36.svg" style="max-height: 44px; max-width: 100%;">
2525
</a>
2626
</div></div>

website/docs/r/cs_kubernetes_policy_instance.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ For information about Container Service for Kubernetes (ACK) Policy Instance and
1919
Basic Usage
2020

2121
<div style="display: block;margin-bottom: 40px;"><div class="oics-button" style="float: right;position: absolute;margin-bottom: 10px;">
22-
<a href="https://api.aliyun.com/terraform?resource=alicloud_cs_kubernetes_policy_instance&exampleId=ddc22fa8-f24d-5735-a4e8-4238ce9f99e3efa68476&activeTab=example&spm=docs.r.cs_kubernetes_policy_instance.0.ddc22fa8f2&intl_lang=EN_US" target="_blank">
22+
<a href="https://api.aliyun.com/terraform?resource=alicloud_cs_kubernetes_policy_instance&exampleId=f7586c37-a483-bb38-9ed8-f40c7cf24848943a61cb&activeTab=example&spm=docs.r.cs_kubernetes_policy_instance.0.f7586c37a4&intl_lang=EN_US" target="_blank">
2323
<img alt="Open in AliCloud" src="https://img.alicdn.com/imgextra/i1/O1CN01hjjqXv1uYUlY56FyX_!!6000000006049-55-tps-254-36.svg" style="max-height: 44px; max-width: 100%;">
2424
</a>
2525
</div></div>

website/docs/r/ecs_key_pair_attachment.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ For information about ECS Key Pair Attachment and how to use it, see [What is Ke
1919
Basic Usage
2020

2121
<div style="display: block;margin-bottom: 40px;"><div class="oics-button" style="float: right;position: absolute;margin-bottom: 10px;">
22-
<a href="https://api.aliyun.com/terraform?resource=alicloud_ecs_key_pair_attachment&exampleId=aadb00ef-d7cf-3bb3-4f51-95e9e8a9c8e9fe29ef90&activeTab=example&spm=docs.r.ecs_key_pair_attachment.0.aadb00efd7&intl_lang=EN_US" target="_blank">
22+
<a href="https://api.aliyun.com/terraform?resource=alicloud_ecs_key_pair_attachment&exampleId=fcd97394-cdad-9ac9-c127-6f73f7f6f5ce25e0b7e9&activeTab=example&spm=docs.r.ecs_key_pair_attachment.0.fcd97394cd&intl_lang=EN_US" target="_blank">
2323
<img alt="Open in AliCloud" src="https://img.alicdn.com/imgextra/i1/O1CN01hjjqXv1uYUlY56FyX_!!6000000006049-55-tps-254-36.svg" style="max-height: 44px; max-width: 100%;">
2424
</a>
2525
</div></div>

website/docs/r/forward_entry.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ For information about Nat Gateway Forward Entry and how to use it, see [What is
2121
Basic Usage
2222

2323
<div style="display: block;margin-bottom: 40px;"><div class="oics-button" style="float: right;position: absolute;margin-bottom: 10px;">
24-
<a href="https://api.aliyun.com/terraform?resource=alicloud_forward_entry&exampleId=207dc119-7890-c1c7-0c3b-d22ae8ec57c985b9329e&activeTab=example&spm=docs.r.forward_entry.0.207dc11978&intl_lang=EN_US" target="_blank">
24+
<a href="https://api.aliyun.com/terraform?resource=alicloud_forward_entry&exampleId=fa1768e7-9ee0-7971-14bb-abf6895b60b74f889671&activeTab=example&spm=docs.r.forward_entry.0.fa1768e79e&intl_lang=EN_US" target="_blank">
2525
<img alt="Open in AliCloud" src="https://img.alicdn.com/imgextra/i1/O1CN01hjjqXv1uYUlY56FyX_!!6000000006049-55-tps-254-36.svg" style="max-height: 44px; max-width: 100%;">
2626
</a>
2727
</div></div>

website/docs/r/resource_manager_resource_share.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ For information about Resource Manager Resource Share and how to use it, see [Wh
2121
Basic Usage
2222

2323
<div style="display: block;margin-bottom: 40px;"><div class="oics-button" style="float: right;position: absolute;margin-bottom: 10px;">
24-
<a href="https://api.aliyun.com/terraform?resource=alicloud_resource_manager_resource_share&exampleId=6be253ac-e5f2-8690-f13b-fe32084c06e39ce31fd6&activeTab=example&spm=docs.r.resource_manager_resource_share.0.6be253ace5&intl_lang=EN_US" target="_blank">
24+
<a href="https://api.aliyun.com/terraform?resource=alicloud_resource_manager_resource_share&exampleId=b5911fb5-5a90-2743-eea5-eaaa21a4522044676874&activeTab=example&spm=docs.r.resource_manager_resource_share.0.b5911fb55a&intl_lang=EN_US" target="_blank">
2525
<img alt="Open in AliCloud" src="https://img.alicdn.com/imgextra/i1/O1CN01hjjqXv1uYUlY56FyX_!!6000000006049-55-tps-254-36.svg" style="max-height: 44px; max-width: 100%;">
2626
</a>
2727
</div></div>

website/docs/r/vpc_route_entry.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ For information about VPC Route Entry and how to use it, see [What is Route Entr
2121
Basic Usage
2222

2323
<div style="display: block;margin-bottom: 40px;"><div class="oics-button" style="float: right;position: absolute;margin-bottom: 10px;">
24-
<a href="https://api.aliyun.com/terraform?resource=alicloud_vpc_route_entry&exampleId=73e9527c-cd05-9df6-c36f-78042145400c1b50fad0&activeTab=example&spm=docs.r.vpc_route_entry.0.73e9527ccd&intl_lang=EN_US" target="_blank">
24+
<a href="https://api.aliyun.com/terraform?resource=alicloud_vpc_route_entry&exampleId=b623b4b1-77ce-6793-552a-b2b59940f5405461c570&activeTab=example&spm=docs.r.vpc_route_entry.0.b623b4b177&intl_lang=EN_US" target="_blank">
2525
<img alt="Open in AliCloud" src="https://img.alicdn.com/imgextra/i1/O1CN01hjjqXv1uYUlY56FyX_!!6000000006049-55-tps-254-36.svg" style="max-height: 44px; max-width: 100%;">
2626
</a>
2727
</div></div>

0 commit comments

Comments
 (0)