Skip to content

Commit 465f11e

Browse files
committed
Cleanup after release v1.250.0
1 parent 90e1887 commit 465f11e

12 files changed

+77
-41
lines changed

CHANGELOG.md

Lines changed: 33 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,39 @@
1-
## 1.250.0 (Unreleased)
2-
3-
- **New Resource:** `alicloud_pai_workspace_user_config` [GH-8711]
4-
- **New Resource:** `alicloud_ecs_ram_role_attachment` [GH-8720]
5-
- **New Resource:** `alicloud_rds_db_proxy_public` [GH-8723]
6-
- **New Resource:** `alicloud_eflo_vsc` [GH-8733]
7-
- **New Resource:** `alicloud_lindorm_public_network` [GH-8737]
8-
- **New Data Source:** `alicloud_fcv3_triggers` [GH-8724]
9-
- **New Data Source:** `alicloud_sls_alerts` [GH-8740]
10-
11-
ENHANCEMENTS:
12-
13-
- client: Improved the old client of alidns. [GH-8717]
14-
- resource/alicloud_elasticsearch_instance: bugfix the API setRenewalInstance. [GH-8687]
15-
- resource/alicloud_instance: Added the field system_disk_provisioned_iops, system_disk_bursting_enabled, data_disks.provisioned_iops, data_disks.bursting_enabled. [GH-8719]
16-
- resource/alicloud_alb_listener: improves idle_timeout validation func. [GH-8721]
17-
- resource/alicloud_cs_managed_kubernetes: support profile; fix certificate_authority set; data-source/alicloud_cs_kubernetes_version: support Acs profile. [GH-8722]
18-
- resource/alicloud_cs_autoscaling_config: add read from addon api. [GH-8727]
19-
- resource/alicloud_cs_managed_kubernetes: support audit_log_config. [GH-8732]
20-
- resource/alicloud_cs_managed_kubernetes: support audit_log_config. [GH-8741]
21-
- data-source/alicloud_pvtz_zones: Added retry strategy; Improved alicloud_pvtz_zones testcase and document. [GH-8695]
22-
- data-source/alicloud_ess_scaling_rules: add attribute of metric_type, estimated_instance_warmup, scale_in_evaluation_count, scale_out_evaluation_count, disable_scale_in, hybrid_monitor_namespace, hybrid_metrics and step_adjustment. [GH-8699]
23-
- data-source/alicloud_pvtz_zone_records: Improved retry strategy; Improved alicloud_pvtz_zone_records testcase and document. [GH-8715]
24-
- data-source/alicloud_oos_parameters: Improved alicloud_oos_parameters testcase and document. [GH-8716]
25-
- data-source/alicloud_ecs_dedicated_hosts: Added the field instances. [GH-8730]
26-
- data-source/alicloud_alb_load_balancers: Added the field zone_mappings.status, zone_mappings.load_balancer_addresses. [GH-8731]
27-
- data-source/alicloud_instances: Added retry strategy [GH-8734]
28-
- docs: Imporves description for ram_policy. [GH-8708]
29-
- docs: Imporves example for max_compute_quota. [GH-8736]
30-
- docs: Improved the document express_connect_router_vpc_association. [GH-8738]
1+
## 1.251.0 (Unreleased)
2+
## 1.250.0 (May 29, 2025)
3+
4+
- **New Resource:** `alicloud_pai_workspace_user_config` ([#8711](https://github.com/aliyun/terraform-provider-alicloud/issues/8711))
5+
- **New Resource:** `alicloud_ecs_ram_role_attachment` ([#8720](https://github.com/aliyun/terraform-provider-alicloud/issues/8720))
6+
- **New Resource:** `alicloud_rds_db_proxy_public` ([#8723](https://github.com/aliyun/terraform-provider-alicloud/issues/8723))
7+
- **New Resource:** `alicloud_eflo_vsc` ([#8733](https://github.com/aliyun/terraform-provider-alicloud/issues/8733))
8+
- **New Resource:** `alicloud_lindorm_public_network` ([#8737](https://github.com/aliyun/terraform-provider-alicloud/issues/8737))
9+
- **New Data Source:** `alicloud_fcv3_triggers` ([#8724](https://github.com/aliyun/terraform-provider-alicloud/issues/8724))
10+
- **New Data Source:** `alicloud_sls_alerts` ([#8740](https://github.com/aliyun/terraform-provider-alicloud/issues/8740))
11+
12+
ENHANCEMENTS:
13+
14+
- client: Improved the old client of alidns. ([#8717](https://github.com/aliyun/terraform-provider-alicloud/issues/8717))
15+
- resource/alicloud_elasticsearch_instance: bugfix the API setRenewalInstance. ([#8687](https://github.com/aliyun/terraform-provider-alicloud/issues/8687))
16+
- resource/alicloud_instance: Added the field system_disk_provisioned_iops, system_disk_bursting_enabled, data_disks.provisioned_iops, data_disks.bursting_enabled. ([#8719](https://github.com/aliyun/terraform-provider-alicloud/issues/8719))
17+
- resource/alicloud_alb_listener: improves idle_timeout validation func. ([#8721](https://github.com/aliyun/terraform-provider-alicloud/issues/8721))
18+
- resource/alicloud_cs_managed_kubernetes: support profile; fix certificate_authority set; data-source/alicloud_cs_kubernetes_version: support Acs profile. ([#8722](https://github.com/aliyun/terraform-provider-alicloud/issues/8722))
19+
- resource/alicloud_cs_autoscaling_config: add read from addon api. ([#8727](https://github.com/aliyun/terraform-provider-alicloud/issues/8727))
20+
- resource/alicloud_cs_managed_kubernetes: support audit_log_config. ([#8732](https://github.com/aliyun/terraform-provider-alicloud/issues/8732))
21+
- resource/alicloud_cs_managed_kubernetes: support audit_log_config. ([#8741](https://github.com/aliyun/terraform-provider-alicloud/issues/8741))
22+
- data-source/alicloud_pvtz_zones: Added retry strategy; Improved alicloud_pvtz_zones testcase and document. ([#8695](https://github.com/aliyun/terraform-provider-alicloud/issues/8695))
23+
- data-source/alicloud_ess_scaling_rules: add attribute of metric_type, estimated_instance_warmup, scale_in_evaluation_count, scale_out_evaluation_count, disable_scale_in, hybrid_monitor_namespace, hybrid_metrics and step_adjustment. ([#8699](https://github.com/aliyun/terraform-provider-alicloud/issues/8699))
24+
- data-source/alicloud_pvtz_zone_records: Improved retry strategy; Improved alicloud_pvtz_zone_records testcase and document. ([#8715](https://github.com/aliyun/terraform-provider-alicloud/issues/8715))
25+
- data-source/alicloud_oos_parameters: Improved alicloud_oos_parameters testcase and document. ([#8716](https://github.com/aliyun/terraform-provider-alicloud/issues/8716))
26+
- data-source/alicloud_ecs_dedicated_hosts: Added the field instances. ([#8730](https://github.com/aliyun/terraform-provider-alicloud/issues/8730))
27+
- data-source/alicloud_alb_load_balancers: Added the field zone_mappings.status, zone_mappings.load_balancer_addresses. ([#8731](https://github.com/aliyun/terraform-provider-alicloud/issues/8731))
28+
- data-source/alicloud_instances: Added retry strategy ([#8734](https://github.com/aliyun/terraform-provider-alicloud/issues/8734))
29+
- docs: Imporves description for ram_policy. ([#8708](https://github.com/aliyun/terraform-provider-alicloud/issues/8708))
30+
- docs: Imporves example for max_compute_quota. ([#8736](https://github.com/aliyun/terraform-provider-alicloud/issues/8736))
31+
- docs: Improved the document express_connect_router_vpc_association. ([#8738](https://github.com/aliyun/terraform-provider-alicloud/issues/8738))
3132

3233
BUG FIXES:
3334

34-
- client: fixes the fetching shared_credentials_file failed bug. [GH-8725]
35-
- resource/alicloud_polardb_cluster: fix bugs for standby_az when hot_standby_cluster is off; support modify resource_group_id; support attribute serverless_rule_cpu_shrink_threshold and serverless_rule_cpu_enlarge_threshold. [GH-8718]
35+
- client: fixes the fetching shared_credentials_file failed bug. ([#8725](https://github.com/aliyun/terraform-provider-alicloud/issues/8725))
36+
- resource/alicloud_polardb_cluster: fix bugs for standby_az when hot_standby_cluster is off; support modify resource_group_id; support attribute serverless_rule_cpu_shrink_threshold and serverless_rule_cpu_enlarge_threshold. ([#8718](https://github.com/aliyun/terraform-provider-alicloud/issues/8718))
3637

3738
## 1.249.0 (May 16, 2025)
3839

website/docs/r/alb_listener.html.markdown

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ For information about Application Load Balancer (ALB) Listener and how to use it
2020

2121
Basic Usage
2222

23+
<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_alb_listener&exampleId=8706f674-b4b3-77a0-e21d-b58bd44d6bbcc06351e4&activeTab=example&spm=docs.r.alb_listener.0.8706f674b4&intl_lang=EN_US" target="_blank">
25+
<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%;">
26+
</a>
27+
</div></div>
28+
2329
```terraform
2430
variable "name" {
2531
default = "tf_example"

website/docs/r/ecs_ram_role_attachment.html.markdown

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ For information about ECS Ram Role Attachment and how to use it, see [What is Ra
2020

2121
Basic Usage
2222

23+
<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_ecs_ram_role_attachment&exampleId=0ff709a5-e00b-8867-fb22-4cc62bb0ebef4f2f211e&activeTab=example&spm=docs.r.ecs_ram_role_attachment.0.0ff709a5e0&intl_lang=EN_US" target="_blank">
25+
<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%;">
26+
</a>
27+
</div></div>
28+
2329
```terraform
2430
variable "name" {
2531
default = "terraform-example"

website/docs/r/eflo_node.html.markdown

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ For information about Eflo Node and how to use it, see [What is Node](https://ne
2020

2121
Basic Usage
2222

23+
<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_eflo_node&exampleId=5da29aac-f596-2411-6e2e-d5071f67231f9e9f9657&activeTab=example&spm=docs.r.eflo_node.0.5da29aacf5&intl_lang=EN_US" target="_blank">
25+
<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%;">
26+
</a>
27+
</div></div>
28+
2329
```terraform
2430
# Before executing this example, you need to confirm with the product team whether the resources are sufficient or you will get an error message with "Failure to check order before create instance"
2531
variable "name" {

website/docs/r/eflo_vsc.html.markdown

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ For information about Eflo Vsc and how to use it, see [What is Vsc](https://www.
2020

2121
Basic Usage
2222

23+
<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_eflo_vsc&exampleId=1d0b20df-8116-170f-16d9-ad4a83d1ec1e78fdc7c9&activeTab=example&spm=docs.r.eflo_vsc.0.1d0b20df81&intl_lang=EN_US" target="_blank">
25+
<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%;">
26+
</a>
27+
</div></div>
28+
2329
```terraform
2430
variable "name" {
2531
default = "terraform-example"

website/docs/r/kms_instance.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ resource "alicloud_kms_instance" "default" {
196196
product_version = 3
197197
vpc_id = alicloud_vswitch.vswitch.vpc_id
198198
zone_ids = [alicloud_vswitch.vswitch.zone_id, alicloud_vswitch.vswitch-j.zone_id]
199-
vswitch_ids = [alicloud_vswitch.vswitch.id, alicloud_vswitch.vswitch-j.id]
199+
vswitch_ids = [alicloud_vswitch.vswitch.id]
200200
force_delete_without_backup = true
201201
bind_vpcs {
202202
vpc_id = alicloud_vswitch.shareVswitch.vpc_id

website/docs/r/lindorm_public_network.html.markdown

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ For information about Lindorm Public Network and how to use it, see [What is Pub
2020

2121
Basic Usage
2222

23+
<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_lindorm_public_network&exampleId=0d0338f2-ae03-969a-b828-18c178bf6d08609c0ca2&activeTab=example&spm=docs.r.lindorm_public_network.0.0d0338f2ae&intl_lang=EN_US" target="_blank">
25+
<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%;">
26+
</a>
27+
</div></div>
28+
2329
```terraform
2430
variable "name" {
2531
default = "terraform-example"

website/docs/r/max_compute_quota.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ For information about Max Compute Quota and how to use it, see [What is Quota](h
2323
Basic Usage
2424

2525
<div style="display: block;margin-bottom: 40px;"><div class="oics-button" style="float: right;position: absolute;margin-bottom: 10px;">
26-
<a href="https://api.aliyun.com/terraform?resource=alicloud_max_compute_quota&exampleId=1a4a5d02-39d1-52f1-e2cc-aea7adc567e5752f2779&activeTab=example&spm=docs.r.max_compute_quota.0.1a4a5d0239&intl_lang=EN_US" target="_blank">
26+
<a href="https://api.aliyun.com/terraform?resource=alicloud_max_compute_quota&exampleId=93a28c5a-d85d-5c77-ef64-63ce79ffdbabf6425cb8&activeTab=example&spm=docs.r.max_compute_quota.0.93a28c5ad8&intl_lang=EN_US" target="_blank">
2727
<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%;">
2828
</a>
2929
</div></div>

website/docs/r/maxcompute_project.html.markdown

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ resource "alicloud_maxcompute_project" "default" {
3434
default_quota = "默认后付费Quota"
3535
project_name = var.name
3636
comment = var.name
37-
product_type = "PayAsYouGo"
3837
}
3938
```
4039

website/docs/r/pai_workspace_user_config.html.markdown

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ For information about PAI Workspace User Config and how to use it, see [What is
2020

2121
Basic Usage
2222

23+
<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_pai_workspace_user_config&exampleId=59ff3f80-6d57-b616-5c22-fc8584010f10c50c8fb2&activeTab=example&spm=docs.r.pai_workspace_user_config.0.59ff3f806d&intl_lang=EN_US" target="_blank">
25+
<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%;">
26+
</a>
27+
</div></div>
28+
2329
```terraform
2430
variable "name" {
2531
default = "terraform_example"

website/docs/r/ram_role_attachment.html.markdown

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,6 @@ Provides a RAM role attachment resource to bind role for several ECS instances.
1717

1818
## Example Usage
1919

20-
<div style="display: block;margin-bottom: 40px;"><div class="oics-button" style="float: right;position: absolute;margin-bottom: 10px;">
21-
<a href="https://api.aliyun.com/terraform?resource=alicloud_ram_role_attachment&exampleId=3b4e7f10-4c11-8ccc-3b1d-6980f21352754763519a&activeTab=example&spm=docs.r.ram_role_attachment.0.3b4e7f104c&intl_lang=EN_US" target="_blank">
22-
<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%;">
23-
</a>
24-
</div></div>
25-
2620
```terraform
2721
data "alicloud_zones" "default" {
2822
available_disk_category = "cloud_efficiency"

website/docs/r/rds_db_proxy_public.html.markdown

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ For information about Resource AlicloudRdsDBProxyPublic and how to use it, see [
1818

1919
## Example Usage
2020

21+
<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_rds_db_proxy_public&exampleId=dd8413b6-00fe-a3e4-66f6-5c0ac2abc03335013f07&activeTab=example&spm=docs.r.rds_db_proxy_public.0.dd8413b600&intl_lang=EN_US" target="_blank">
23+
<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%;">
24+
</a>
25+
</div></div>
26+
2127
```terraform
2228
variable "name" {
2329
default = "tf-example"

0 commit comments

Comments
 (0)