Skip to content

Commit c1e6700

Browse files
committed
Cleanup after release v1.273.0
1 parent 18a48bc commit c1e6700

19 files changed

+107
-51
lines changed

CHANGELOG.md

Lines changed: 37 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,40 @@
1-
## 1.273.0 (Unreleased)
2-
3-
- **New Resource:** `alicloud_nlb_hd_monitor_region_config` [GH-9545]
4-
- **New Resource:** `alicloud_simple_application_server_disk` [GH-9553]
5-
6-
ENHANCEMENTS:
7-
8-
- provider: Supported new region cn-zhongwei. [GH-9571]
9-
- resource/alicloud_polardb_cluster: add enable_dynamodb compatibility. [GH-9531]
10-
- resource/alicloud_dms_enterprise_instance: Update legacy to latest API. [GH-9538]
11-
- resource/alicloud_rds_backup: Added the field backup_retention_period. [GH-9546]
12-
- resource/alicloud_vpc_nat_ip_cidr: Refactored the resource alicloud_vpc_nat_ip_cidr; Added the field create_time. [GH-9547]
13-
- resource/alicloud_ecs_network_interface: Added the field delete_on_release. [GH-9548]
14-
- resource/alicloud_redis_tair_instance: Added the field tde_status, encryption_name, encryption_key, role_arn. [GH-9552]
15-
- resource/alicloud_adb_account: Refactored the resource alicloud_adb_account; Added the field account_type, tags, status. [GH-9557]
16-
- resource/alicloud_rds_clone_db_instance: CloneDbInstance Support Tags. [GH-9558]
17-
- resource/alicloud_hbr_policy_binding: Added the field oss_detail, ignore_archive_object, inventory_cleanup_policy, inventory_id. [GH-9559]
18-
- data-source/alicloud_ram_groups: Handle 404 error. [GH-9544]
19-
- testcase: Improves unit tests. [GH-9560]
20-
- testcase: Improves test for common utils. [GH-9561]
21-
- testcase: Improves test for common utils. [GH-9562]
22-
- docs: fix payment_type valid values documentation for elasticsearch_instance. [GH-9549]
23-
- docs: Update oss_bucket, oss_bucket_cors, oss_bucket_policy, oss_bucket_referer documents. [GH-9550]
24-
- docs: Update pvtz_service document. [GH-9551]
25-
- docs: Update SKILL document. [GH-9555]
26-
- docs: update ess_scaling_configuration document. [GH-9563]
27-
28-
BUG FIXES:
29-
30-
- resource/alicloud_dms_enterprise_instance: Fix create always trigger update bug. [GH-9537]
31-
- resource/alicloud_config_aggregator: Fix the number parsing overflow issue. [GH-9543]
32-
- data-source/alicloud_db_instance_classes: Fixed instance_charge_type invalid error. [GH-9570]
1+
## 1.274.0 (Unreleased)
2+
## 1.273.0 (March 13, 2026)
3+
4+
- **New Resource:** `alicloud_nlb_hd_monitor_region_config` ([#9545](https://github.com/aliyun/terraform-provider-alicloud/issues/9545))
5+
- **New Resource:** `alicloud_simple_application_server_disk` ([#9553](https://github.com/aliyun/terraform-provider-alicloud/issues/9553))
6+
- **New Resource:** `alicloud_sls_logtail_pipeline_config` ([#9567](https://github.com/aliyun/terraform-provider-alicloud/issues/9567))
7+
8+
ENHANCEMENTS:
9+
10+
- provider: Supported new region cn-zhongwei. ([#9571](https://github.com/aliyun/terraform-provider-alicloud/issues/9571))
11+
- resource/alicloud_polardb_cluster: add enable_dynamodb compatibility. ([#9531](https://github.com/aliyun/terraform-provider-alicloud/issues/9531))
12+
- resource/alicloud_dms_enterprise_instance: Update legacy to latest API. ([#9538](https://github.com/aliyun/terraform-provider-alicloud/issues/9538))
13+
- resource/alicloud_rds_backup: Added the field backup_retention_period. ([#9546](https://github.com/aliyun/terraform-provider-alicloud/issues/9546))
14+
- resource/alicloud_vpc_nat_ip_cidr: Refactored the resource alicloud_vpc_nat_ip_cidr; Added the field create_time. ([#9547](https://github.com/aliyun/terraform-provider-alicloud/issues/9547))
15+
- resource/alicloud_ecs_network_interface: Added the field delete_on_release. ([#9548](https://github.com/aliyun/terraform-provider-alicloud/issues/9548))
16+
- resource/alicloud_redis_tair_instance: Added the field tde_status, encryption_name, encryption_key, role_arn. ([#9552](https://github.com/aliyun/terraform-provider-alicloud/issues/9552))
17+
- resource/alicloud_adb_account: Refactored the resource alicloud_adb_account; Added the field account_type, tags, status. ([#9557](https://github.com/aliyun/terraform-provider-alicloud/issues/9557))
18+
- resource/alicloud_rds_clone_db_instance: CloneDbInstance Support Tags. ([#9558](https://github.com/aliyun/terraform-provider-alicloud/issues/9558))
19+
- resource/alicloud_hbr_policy_binding: Added the field oss_detail, ignore_archive_object, inventory_cleanup_policy, inventory_id. ([#9559](https://github.com/aliyun/terraform-provider-alicloud/issues/9559))
20+
- resource/alicloud_cs_kubernetes_addon: marks next_version and can_upgrade attributes as deprecated, fix potential panic when updating addon; improve tests. ([#9569](https://github.com/aliyun/terraform-provider-alicloud/issues/9569))
21+
- resource/alicloud_redis_tair_instance: Add retry code and improved testcase and document. ([#9573](https://github.com/aliyun/terraform-provider-alicloud/issues/9573))
22+
- resource/alicloud_esa_*: Add retry codes. ([#9574](https://github.com/aliyun/terraform-provider-alicloud/issues/9574))
23+
- data-source/alicloud_ram_groups: Handle 404 error. ([#9544](https://github.com/aliyun/terraform-provider-alicloud/issues/9544))
24+
- testcase: Improves unit tests. ([#9560](https://github.com/aliyun/terraform-provider-alicloud/issues/9560))
25+
- testcase: Improves test for common utils. ([#9561](https://github.com/aliyun/terraform-provider-alicloud/issues/9561))
26+
- testcase: Improves test for common utils. ([#9562](https://github.com/aliyun/terraform-provider-alicloud/issues/9562))
27+
- docs: fix payment_type valid values documentation for elasticsearch_instance. ([#9549](https://github.com/aliyun/terraform-provider-alicloud/issues/9549))
28+
- docs: Update oss_bucket, oss_bucket_cors, oss_bucket_policy, oss_bucket_referer documents. ([#9550](https://github.com/aliyun/terraform-provider-alicloud/issues/9550))
29+
- docs: Update pvtz_service document. ([#9551](https://github.com/aliyun/terraform-provider-alicloud/issues/9551))
30+
- docs: Update SKILL document. ([#9555](https://github.com/aliyun/terraform-provider-alicloud/issues/9555))
31+
- docs: update ess_scaling_configuration document. ([#9563](https://github.com/aliyun/terraform-provider-alicloud/issues/9563))
32+
33+
BUG FIXES:
34+
35+
- resource/alicloud_dms_enterprise_instance: Fix create always trigger update bug. ([#9537](https://github.com/aliyun/terraform-provider-alicloud/issues/9537))
36+
- resource/alicloud_config_aggregator: Fix the number parsing overflow issue. ([#9543](https://github.com/aliyun/terraform-provider-alicloud/issues/9543))
37+
- data-source/alicloud_db_instance_classes: Fixed instance_charge_type invalid error. ([#9570](https://github.com/aliyun/terraform-provider-alicloud/issues/9570))
3338

3439
## 1.272.1 (March 2, 2026)
3540

alicloud/connectivity/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ var loadSdkfromRemoteMutex = sync.Mutex{}
180180
var loadSdkEndpointMutex = sync.Mutex{}
181181

182182
// The main version number that is being run at the moment.
183-
var providerVersion = "1.272.1"
183+
var providerVersion = "1.273.0"
184184

185185
// Temporarily maintain map for old ecs client methods and store special endpoint information
186186
var EndpointMap = map[string]string{

website/docs/r/adb_account.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ For information about AnalyticDB for MySQL (ADB) Account and how to use it, see
1919
## Example 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_adb_account&exampleId=cf607244-cb42-08ac-56a7-3f3cf863b6ae3bca8348&activeTab=example&spm=docs.r.adb_account.0.cf607244cb&intl_lang=EN_US" target="_blank">
22+
<a href="https://api.aliyun.com/terraform?resource=alicloud_adb_account&exampleId=0c3f37b8-5c74-fce7-e1da-fbebedfbcc47f0dcd6e0&activeTab=example&spm=docs.r.adb_account.0.0c3f37b85c&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_network_interface.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ For information about ECS Network Interface and how to use it, see [What is Netw
2222
Basic Usage
2323

2424
<div style="display: block;margin-bottom: 40px;"><div class="oics-button" style="float: right;position: absolute;margin-bottom: 10px;">
25-
<a href="https://api.aliyun.com/terraform?resource=alicloud_ecs_network_interface&exampleId=424f8531-e314-8cfb-bb6e-ea1f70e0c71274f18f45&activeTab=example&spm=docs.r.ecs_network_interface.0.424f8531e3&intl_lang=EN_US" target="_blank">
25+
<a href="https://api.aliyun.com/terraform?resource=alicloud_ecs_network_interface&exampleId=a3add713-a074-f8cf-66fc-7636ce3ca47f45f68cb5&activeTab=example&spm=docs.r.ecs_network_interface.0.a3add713a0&intl_lang=EN_US" target="_blank">
2626
<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%;">
2727
</a>
2828
</div></div>

website/docs/r/elasticsearch_instance.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ For information about Elasticsearch Instance and how to use it, see [What is Ins
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_elasticsearch_instance&exampleId=73805ca0-8968-cf9a-4e8e-205d4afdd97b26ab1e4d&activeTab=example&spm=docs.r.elasticsearch_instance.0.73805ca089&intl_lang=EN_US" target="_blank">
24+
<a href="https://api.aliyun.com/terraform?resource=alicloud_elasticsearch_instance&exampleId=ff9aa1ff-143b-55d0-84a7-5f970be0be6c0f659aa5&activeTab=example&spm=docs.r.elasticsearch_instance.0.ff9aa1ff14&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/hbr_policy_binding.html.markdown

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ For information about Hybrid Backup Recovery (HBR) Policy Binding and how to use
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_hbr_policy_binding&exampleId=75afb166-ee6a-a9ce-4a6b-11e459b0d21555d1a658&activeTab=example&spm=docs.r.hbr_policy_binding.0.75afb166ee&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"
@@ -67,6 +73,9 @@ resource "alicloud_hbr_policy_binding" "default" {
6773
}
6874
```
6975

76+
77+
📚 Need more examples? [VIEW MORE EXAMPLES](https://api.aliyun.com/terraform?activeTab=sample&source=Sample&sourcePath=OfficialSample:alicloud_hbr_policy_binding&spm=docs.r.hbr_policy_binding.example&intl_lang=EN_US)
78+
7079
## Argument Reference
7180

7281
The following arguments are supported:

website/docs/r/nlb_hd_monitor_region_config.html.markdown

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ For information about Network Load Balancer (NLB) Hd Monitor Region Config and h
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_nlb_hd_monitor_region_config&exampleId=056bbd2f-6ca3-1628-474a-8b001701e1289bcdc623&activeTab=example&spm=docs.r.nlb_hd_monitor_region_config.0.056bbd2f6c&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"
@@ -36,6 +42,9 @@ resource "alicloud_nlb_hd_monitor_region_config" "default" {
3642
}
3743
```
3844

45+
46+
📚 Need more examples? [VIEW MORE EXAMPLES](https://api.aliyun.com/terraform?activeTab=sample&source=Sample&sourcePath=OfficialSample:alicloud_nlb_hd_monitor_region_config&spm=docs.r.nlb_hd_monitor_region_config.example&intl_lang=EN_US)
47+
3948
## Argument Reference
4049

4150
The following arguments are supported:

website/docs/r/oss_bucket.html.markdown

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,12 @@ Using sub-resources with ignore_changes
368368

369369
When managing bucket configurations through standalone sub-resources such as `alicloud_oss_bucket_policy`, `alicloud_oss_bucket_logging`, or `alicloud_oss_bucket_cors`, you must use a `lifecycle` block with `ignore_changes` on the `alicloud_oss_bucket` to prevent Terraform from detecting configuration drift. The sub-resource manages the corresponding attribute independently, so without `ignore_changes`, Terraform will see the attribute value differ from the bucket's inline configuration and attempt to revert it on every plan/apply.
370370

371+
<div style="display: block;margin-bottom: 40px;"><div class="oics-button" style="float: right;position: absolute;margin-bottom: 10px;">
372+
<a href="https://api.aliyun.com/terraform?resource=alicloud_oss_bucket&exampleId=b608181c-7c66-1704-1848-d258484a4256bf6e4bfb&activeTab=example&spm=docs.r.oss_bucket.6.b608181c7c&intl_lang=EN_US" target="_blank">
373+
<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%;">
374+
</a>
375+
</div></div>
376+
371377
```terraform
372378
resource "random_integer" "default" {
373379
max = 99999
@@ -425,7 +431,7 @@ resource "alicloud_oss_bucket_logging" "example" {
425431
IA Bucket
426432

427433
<div style="display: block;margin-bottom: 40px;"><div class="oics-button" style="float: right;position: absolute;margin-bottom: 10px;">
428-
<a href="https://api.aliyun.com/terraform?resource=alicloud_oss_bucket&exampleId=d2bad287-91f7-8d9d-47ca-a2212bda0c9a38d522fc&activeTab=example&spm=docs.r.oss_bucket.6.d2bad28791&intl_lang=EN_US" target="_blank">
434+
<a href="https://api.aliyun.com/terraform?resource=alicloud_oss_bucket&exampleId=d2bad287-91f7-8d9d-47ca-a2212bda0c9a38d522fc&activeTab=example&spm=docs.r.oss_bucket.7.d2bad28791&intl_lang=EN_US" target="_blank">
429435
<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%;">
430436
</a>
431437
</div></div>
@@ -445,7 +451,7 @@ resource "alicloud_oss_bucket" "default" {
445451
Set bucket server-side encryption rule
446452

447453
<div style="display: block;margin-bottom: 40px;"><div class="oics-button" style="float: right;position: absolute;margin-bottom: 10px;">
448-
<a href="https://api.aliyun.com/terraform?resource=alicloud_oss_bucket&exampleId=160d1480-f315-e1b1-53a4-f1f0ee5f48cbddb6294c&activeTab=example&spm=docs.r.oss_bucket.7.160d1480f3&intl_lang=EN_US" target="_blank">
454+
<a href="https://api.aliyun.com/terraform?resource=alicloud_oss_bucket&exampleId=160d1480-f315-e1b1-53a4-f1f0ee5f48cbddb6294c&activeTab=example&spm=docs.r.oss_bucket.8.160d1480f3&intl_lang=EN_US" target="_blank">
449455
<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%;">
450456
</a>
451457
</div></div>
@@ -493,7 +499,7 @@ resource "alicloud_oss_bucket_acl" "bucket-kms" {
493499
Set bucket tags
494500

495501
<div style="display: block;margin-bottom: 40px;"><div class="oics-button" style="float: right;position: absolute;margin-bottom: 10px;">
496-
<a href="https://api.aliyun.com/terraform?resource=alicloud_oss_bucket&exampleId=2a2df177-e6f4-d509-595b-e4f9e6f2a96718df758b&activeTab=example&spm=docs.r.oss_bucket.8.2a2df177e6&intl_lang=EN_US" target="_blank">
502+
<a href="https://api.aliyun.com/terraform?resource=alicloud_oss_bucket&exampleId=2a2df177-e6f4-d509-595b-e4f9e6f2a96718df758b&activeTab=example&spm=docs.r.oss_bucket.9.2a2df177e6&intl_lang=EN_US" target="_blank">
497503
<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%;">
498504
</a>
499505
</div></div>
@@ -522,7 +528,7 @@ resource "alicloud_oss_bucket_acl" "bucket-tags" {
522528
Enable bucket versioning
523529

524530
<div style="display: block;margin-bottom: 40px;"><div class="oics-button" style="float: right;position: absolute;margin-bottom: 10px;">
525-
<a href="https://api.aliyun.com/terraform?resource=alicloud_oss_bucket&exampleId=b8d407a9-6b97-1516-1050-161aaadf990c2ef94de1&activeTab=example&spm=docs.r.oss_bucket.9.b8d407a96b&intl_lang=EN_US" target="_blank">
531+
<a href="https://api.aliyun.com/terraform?resource=alicloud_oss_bucket&exampleId=b8d407a9-6b97-1516-1050-161aaadf990c2ef94de1&activeTab=example&spm=docs.r.oss_bucket.10.b8d407a96b&intl_lang=EN_US" target="_blank">
526532
<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%;">
527533
</a>
528534
</div></div>
@@ -549,7 +555,7 @@ resource "alicloud_oss_bucket_acl" "default" {
549555
Set bucket redundancy type
550556

551557
<div style="display: block;margin-bottom: 40px;"><div class="oics-button" style="float: right;position: absolute;margin-bottom: 10px;">
552-
<a href="https://api.aliyun.com/terraform?resource=alicloud_oss_bucket&exampleId=2d1f28bb-3fce-d471-777f-efa4a6ad8a97cd8d490a&activeTab=example&spm=docs.r.oss_bucket.10.2d1f28bb3f&intl_lang=EN_US" target="_blank">
558+
<a href="https://api.aliyun.com/terraform?resource=alicloud_oss_bucket&exampleId=2d1f28bb-3fce-d471-777f-efa4a6ad8a97cd8d490a&activeTab=example&spm=docs.r.oss_bucket.11.2d1f28bb3f&intl_lang=EN_US" target="_blank">
553559
<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%;">
554560
</a>
555561
</div></div>
@@ -571,7 +577,7 @@ resource "alicloud_oss_bucket" "bucket-redundancytype" {
571577
Set bucket accelerate configuration
572578

573579
<div style="display: block;margin-bottom: 40px;"><div class="oics-button" style="float: right;position: absolute;margin-bottom: 10px;">
574-
<a href="https://api.aliyun.com/terraform?resource=alicloud_oss_bucket&exampleId=e4608741-2194-e79d-54d5-bbb0aa50a02ba8d20889&activeTab=example&spm=docs.r.oss_bucket.11.e460874121&intl_lang=EN_US" target="_blank">
580+
<a href="https://api.aliyun.com/terraform?resource=alicloud_oss_bucket&exampleId=e4608741-2194-e79d-54d5-bbb0aa50a02ba8d20889&activeTab=example&spm=docs.r.oss_bucket.12.e460874121&intl_lang=EN_US" target="_blank">
575581
<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%;">
576582
</a>
577583
</div></div>
@@ -594,7 +600,7 @@ resource "alicloud_oss_bucket" "bucket-accelerate" {
594600
Set bucket resource group id
595601

596602
<div style="display: block;margin-bottom: 40px;"><div class="oics-button" style="float: right;position: absolute;margin-bottom: 10px;">
597-
<a href="https://api.aliyun.com/terraform?resource=alicloud_oss_bucket&exampleId=d4398265-eb51-02b9-0234-22faf8f694350ac9d83a&activeTab=example&spm=docs.r.oss_bucket.12.d4398265eb&intl_lang=EN_US" target="_blank">
603+
<a href="https://api.aliyun.com/terraform?resource=alicloud_oss_bucket&exampleId=d4398265-eb51-02b9-0234-22faf8f694350ac9d83a&activeTab=example&spm=docs.r.oss_bucket.13.d4398265eb&intl_lang=EN_US" target="_blank">
598604
<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%;">
599605
</a>
600606
</div></div>

website/docs/r/oss_bucket_cors.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ For information about OSS Bucket Cors and how to use it, see [What is Bucket Cor
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_oss_bucket_cors&exampleId=efee4706-8728-22cc-95cf-07c5f321a8a2e5a05f33&activeTab=example&spm=docs.r.oss_bucket_cors.0.efee470687&intl_lang=EN_US" target="_blank">
22+
<a href="https://api.aliyun.com/terraform?resource=alicloud_oss_bucket_cors&exampleId=68c023fe-4a50-9c0d-4917-5373e569e9a830e35578&activeTab=example&spm=docs.r.oss_bucket_cors.0.68c023fe4a&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>

0 commit comments

Comments
 (0)