Skip to content

Commit c90d602

Browse files
committed
Cleanup after release v1.277.0
1 parent 98206af commit c90d602

8 files changed

Lines changed: 87 additions & 16 deletions

CHANGELOG.md

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,27 @@
1-
## 1.277.0 (Unreleased)
1+
## 1.278.0 (Unreleased)
2+
## 1.2767.0 (April 27, 2026)
23

3-
- **New Resource:** `alicloud_alidns_cloud_gtm_address` [GH-9645]
4-
- **New Resource:** `alicloud_alidns_cloud_gtm_address_pool` [GH-9664]
5-
- **New Resource:** `alicloud_ecs_disk_encryption_by_default` [GH-9670]
6-
- **New Resource:** `alicloud_cms_integration_policy` [GH-9676]
7-
- **New Resource:** `alicloud_alidns_cloud_gtm_instance_config` [GH-9680]
8-
- **New Resource:** `alicloud_alidns_cloud_gtm_monitor_template` [GH-9690]
9-
- **New Resource:** `alicloud_cms_prometheus_instance` [GH-9694]
4+
- **New Resource:** `alicloud_alidns_cloud_gtm_address` ([#9645](https://github.com/aliyun/terraform-provider-alicloud/issues/9645))
5+
- **New Resource:** `alicloud_alidns_cloud_gtm_address_pool` ([#9664](https://github.com/aliyun/terraform-provider-alicloud/issues/9664))
6+
- **New Resource:** `alicloud_ecs_disk_encryption_by_default` ([#9670](https://github.com/aliyun/terraform-provider-alicloud/issues/9670))
7+
- **New Resource:** `alicloud_cms_integration_policy` ([#9676](https://github.com/aliyun/terraform-provider-alicloud/issues/9676))
8+
- **New Resource:** `alicloud_alidns_cloud_gtm_instance_config` ([#9680](https://github.com/aliyun/terraform-provider-alicloud/issues/9680))
9+
- **New Resource:** `alicloud_alidns_cloud_gtm_monitor_template` ([#9690](https://github.com/aliyun/terraform-provider-alicloud/issues/9690))
10+
- **New Resource:** `alicloud_cms_prometheus_instance` ([#9694](https://github.com/aliyun/terraform-provider-alicloud/issues/9694))
1011

1112
ENHANCEMENTS:
1213

13-
- resource/alicloud_db_instance: Added the field collect_stat_mode, time_zone, collation, force_encryption, ssl_certificate, ssl_password, tde_certificate, tde_private_key, tde_password, tde_db_name. [GH-9628]
14-
- resource/alicloud_pai_workspace_workspace: Added the field resource_group_id; Improved alicloud_pai_workspace_workspace testcase. [GH-9667]
15-
- resource/alicloud_log_project: Support v4 sign; resource/alicloud_log_machine_group: add testcase to verify if v4 sign is correct. [GH-9671]
16-
- resource/alicloud_security_group_rule: Remove the cidr_ip and ipv6_cidr_ip constraint. [GH-9673]
17-
- resource/alicloud_kms_instance: Added the field deletion_protection. [GH-9687]
18-
- resource/alicloud_alb_listener: update idle_time and request_timeout range to 0~600. [GH-9689]
19-
- resource/alicloud_eflo_node: reset payment_type default to Subscription and fixes the extending error when happening the internal throlling error. [GH-9693]
14+
- resource/alicloud_db_instance: Added the field collect_stat_mode, time_zone, collation, force_encryption, ssl_certificate, ssl_password, tde_certificate, tde_private_key, tde_password, tde_db_name. ([#9628](https://github.com/aliyun/terraform-provider-alicloud/issues/9628))
15+
- resource/alicloud_pai_workspace_workspace: Added the field resource_group_id; Improved alicloud_pai_workspace_workspace testcase. ([#9667](https://github.com/aliyun/terraform-provider-alicloud/issues/9667))
16+
- resource/alicloud_log_project: Support v4 sign; resource/alicloud_log_machine_group: add testcase to verify if v4 sign is correct. ([#9671](https://github.com/aliyun/terraform-provider-alicloud/issues/9671))
17+
- resource/alicloud_security_group_rule: Remove the cidr_ip and ipv6_cidr_ip constraint. ([#9673](https://github.com/aliyun/terraform-provider-alicloud/issues/9673))
18+
- resource/alicloud_kms_instance: Added the field deletion_protection. ([#9687](https://github.com/aliyun/terraform-provider-alicloud/issues/9687))
19+
- resource/alicloud_alb_listener: update idle_time and request_timeout range to 0~600. ([#9689](https://github.com/aliyun/terraform-provider-alicloud/issues/9689))
20+
- resource/alicloud_eflo_node: reset payment_type default to Subscription and fixes the extending error when happening the internal throlling error. ([#9693](https://github.com/aliyun/terraform-provider-alicloud/issues/9693))
2021

2122
BUG FIXES:
2223

23-
- testcase: fix regression test cases for vpc. [GH-9692]
24+
- testcase: fix regression test cases for vpc. ([#9692](https://github.com/aliyun/terraform-provider-alicloud/issues/9692))
2425

2526
## 1.276.0 (April 17, 2026)
2627

website/docs/r/alidns_cloud_gtm_address.html.markdown

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ For information about Alidns Cloud Gtm Address and how to use it, see [What is C
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_alidns_cloud_gtm_address&exampleId=5c12b780-a358-0c52-e4a5-d2966796fc194999ddb9&activeTab=example&spm=docs.r.alidns_cloud_gtm_address.0.5c12b780a3&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"
@@ -123,6 +129,10 @@ resource "alicloud_alidns_cloud_gtm_address" "default" {
123129
}
124130
```
125131

132+
133+
📚 Need more examples? [VIEW MORE EXAMPLES](https://api.aliyun.com/terraform?activeTab=sample&source=Sample&sourcePath=OfficialSample:alicloud_alidns_cloud_gtm_address&spm=docs.r.alidns_cloud_gtm_address.example&intl_lang=EN_US)
134+
135+
126136
## Argument Reference
127137

128138
The following arguments are supported:

website/docs/r/alidns_cloud_gtm_address_pool.html.markdown

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ For information about Alidns Cloud Gtm Address Pool and how to use it, see [What
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_alidns_cloud_gtm_address_pool&exampleId=e50c5c75-1140-2df1-fe62-2282b33e0d0e03368553&activeTab=example&spm=docs.r.alidns_cloud_gtm_address_pool.0.e50c5c7511&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"
@@ -41,6 +47,10 @@ resource "alicloud_alidns_cloud_gtm_address_pool" "default" {
4147
}
4248
```
4349

50+
51+
📚 Need more examples? [VIEW MORE EXAMPLES](https://api.aliyun.com/terraform?activeTab=sample&source=Sample&sourcePath=OfficialSample:alicloud_alidns_cloud_gtm_address_pool&spm=docs.r.alidns_cloud_gtm_address_pool.example&intl_lang=EN_US)
52+
53+
4454
## Argument Reference
4555

4656
The following arguments are supported:

website/docs/r/alidns_cloud_gtm_instance_config.html.markdown

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ For information about Alidns Cloud Gtm Instance Config and how to use it, see [W
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_alidns_cloud_gtm_instance_config&exampleId=557f66df-3c67-da6d-c6ed-c272a1bbc4cecf94faba&activeTab=example&spm=docs.r.alidns_cloud_gtm_instance_config.0.557f66df3c&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"
@@ -46,6 +52,10 @@ resource "alicloud_alidns_cloud_gtm_instance_config" "default" {
4652
}
4753
```
4854

55+
56+
📚 Need more examples? [VIEW MORE EXAMPLES](https://api.aliyun.com/terraform?activeTab=sample&source=Sample&sourcePath=OfficialSample:alicloud_alidns_cloud_gtm_instance_config&spm=docs.r.alidns_cloud_gtm_instance_config.example&intl_lang=EN_US)
57+
58+
4959
## Argument Reference
5060

5161
The following arguments are supported:

website/docs/r/alidns_cloud_gtm_monitor_template.html.markdown

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ For information about Alidns Cloud Gtm Monitor Template and how to use it, see [
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_alidns_cloud_gtm_monitor_template&exampleId=d96e5ba9-7a22-9589-0f45-7558f28beee96c84c7d6&activeTab=example&spm=docs.r.alidns_cloud_gtm_monitor_template.0.d96e5ba97a&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"
@@ -56,6 +62,10 @@ resource "alicloud_alidns_cloud_gtm_monitor_template" "default" {
5662
}
5763
```
5864

65+
66+
📚 Need more examples? [VIEW MORE EXAMPLES](https://api.aliyun.com/terraform?activeTab=sample&source=Sample&sourcePath=OfficialSample:alicloud_alidns_cloud_gtm_monitor_template&spm=docs.r.alidns_cloud_gtm_monitor_template.example&intl_lang=EN_US)
67+
68+
5969
## Argument Reference
6070

6171
The following arguments are supported:

website/docs/r/cms_integration_policy.html.markdown

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ For information about Cms Integration Policy and how to use it, see [What is Int
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_cms_integration_policy&exampleId=d312d51f-4c5a-5202-60d0-49291dffebb42d88079c&activeTab=example&spm=docs.r.cms_integration_policy.0.d312d51f4c&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"
@@ -46,6 +52,10 @@ resource "alicloud_cms_integration_policy" "default" {
4652
}
4753
```
4854

55+
56+
📚 Need more examples? [VIEW MORE EXAMPLES](https://api.aliyun.com/terraform?activeTab=sample&source=Sample&sourcePath=OfficialSample:alicloud_cms_integration_policy&spm=docs.r.cms_integration_policy.example&intl_lang=EN_US)
57+
58+
4959
## Argument Reference
5060

5161
The following arguments are supported:

website/docs/r/cms_prometheus_instance.html.markdown

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ For information about Cms Prometheus Instance and how to use it, see [What is Pr
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_cms_prometheus_instance&exampleId=e97efa4a-6f3e-a0b9-4fdb-68c9063422d4de165827&activeTab=example&spm=docs.r.cms_prometheus_instance.0.e97efa4a6f&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"
@@ -45,6 +51,10 @@ resource "alicloud_cms_prometheus_instance" "default" {
4551
}
4652
```
4753

54+
55+
📚 Need more examples? [VIEW MORE EXAMPLES](https://api.aliyun.com/terraform?activeTab=sample&source=Sample&sourcePath=OfficialSample:alicloud_cms_prometheus_instance&spm=docs.r.cms_prometheus_instance.example&intl_lang=EN_US)
56+
57+
4858
## Argument Reference
4959

5060
The following arguments are supported:

website/docs/r/ecs_disk_encryption_by_default.html.markdown

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ For information about Ecs Disk Encryption By Default and how to use it, see [Wha
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_disk_encryption_by_default&exampleId=7721a500-9b55-82d6-81b4-ff1d0791ba7dbfcdae14&activeTab=example&spm=docs.r.ecs_disk_encryption_by_default.0.7721a5009b&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
resource "alicloud_ecs_disk_encryption_by_default" "default" {
2531
encrypted = true
@@ -30,6 +36,10 @@ resource "alicloud_ecs_disk_encryption_by_default" "default" {
3036

3137
Terraform cannot destroy resource `alicloud_ecs_disk_encryption_by_default`. Terraform will remove this resource from the state file, however resources may remain.
3238

39+
40+
📚 Need more examples? [VIEW MORE EXAMPLES](https://api.aliyun.com/terraform?activeTab=sample&source=Sample&sourcePath=OfficialSample:alicloud_ecs_disk_encryption_by_default&spm=docs.r.ecs_disk_encryption_by_default.example&intl_lang=EN_US)
41+
42+
3343
## Argument Reference
3444

3545
The following arguments are supported:

0 commit comments

Comments
 (0)