Skip to content

Commit cffdeae

Browse files
committed
Cleanup after release v1.249.0
1 parent 3415ac9 commit cffdeae

File tree

42 files changed

+143
-101
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+143
-101
lines changed

CHANGELOG.md

Lines changed: 48 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,51 @@
1-
## 1.249.0 (Unreleased)
2-
3-
- **New Resource:** `alicloud_cloud_firewall_ips_config` [GH-8403]
4-
- **New Resource:** `alicloud_pai_workspace_member` [GH-8649]
5-
- **New Resource:** `alicloud_pai_workspace_model` [GH-8672]
6-
- **New Resource:** `alicloud_pai_workspace_model_version` [GH-8689]
7-
8-
ENHANCEMENTS:
9-
10-
- resource/alicloud_cen_traffic_marking_policy: add new attribute force. [GH-8645]
11-
- resource/alicloud_slb_listener: Added the field acl_ids; Deprecated the field acl_id. [GH-8648]
12-
- resource/alicloud_kvstore_account: Added retry strategy for error code IncorrectDBInstanceState. [GH-8651]
13-
- resource/alicloud_das_switch_das_pro: Deprecated resource alicloud_das_switch_das_pro. [GH-8652]
14-
- resource/alicloud_ess_scaling_group: add attribute of capacity_options_price_comparison_mode. [GH-8653]
15-
- resource/alicloud_lindorm_instance: Add new field auto_renew and auto_renew_period. [GH-8654]
16-
- resource/alicloud_polardb_cluster: support hot_standby_cluster equal and standby_az. [GH-8657]
17-
- resource/alicloud_api_gateway_api: Supports fc 3.0 by add attribute function_version;resource/alicloud_api_gateway_backend: Supports fc 3.0 backend_type. [GH-8661]
18-
- resource/alicloud_route_entry: Add retry code while deleting. [GH-8676]
19-
- resource/alicloud_ddoscoo_domain_resource: Refactored the resource alicloud_ddoscoo_domain_resource; Changed the parameter of the field cert_identifier from CertId to CertIdentifier. [GH-8678]
20-
- resource/alicloud_vpc_ipv4_gateway: Add new attribute internet_mode. [GH-8680]
21-
- resource/alicloud_alb_health_check_template: Support new attribute resource_group_id. [GH-8681]
22-
- resource/alicloud_kms_instance: support modify instance name and fix bug while delete Subscription instance. [GH-8686]
23-
- resource/alicloud_adb_account: improve WaitForAdbAccount func. [GH-8690]
24-
- resource/alicloud_amqp_exchange: Add new attribtue x_delayed_type and supports more exchange_type. [GH-8697]
25-
- data-source/alicloud_threat_detection_assets: Adds more attributes for instance and cluster. [GH-8647]
26-
- data-source/alicloud_ess_scaling_groups: add attribute of capacity_options_on_demand_base_capacity,capacity_options_on_demand_percentage_above_base_capacity,capacity_options_compensate_with_on_demand,capacity_options_spot_auto_replace_on_demand,compensate_with_on_demand and launch_template_override. [GH-8659]
27-
- docs: Improved the document cr_ee_instance example. [GH-8650]
28-
- docs: Fixed APIG, Ack One, Actiontrail, AliKafka, Alidns, Aligreen, ADB, GPDB, DdosBgp, DdosCoo invalid links. [GH-8655]
29-
- docs: Fixed Eipanycast, Api Gateway, ALB, ARMS, DFS, CDDC, VOD, Auto Scaling, Bastion Host, CDN invalid links. [GH-8656]
30-
- docs: Fixed Cassandra, Chatbot, SLB, Click House, BPStudio, Config, Cloud Control, CEN, Cloud Firewall, Cloud Monitor Service, Cloud Phone, Cloud SSO invalid links. [GH-8664]
31-
- docs: Fixed Cloud Storage Gateway, Compute Nest, CR, ACK, DCDN, DMS Enterprise, DTS, Data Works, DBS, DBFS, Ddos Basic, DRDS, EMR, ECS, EDAS, CBWP, ENS, ESA, Eflo, EAIS invalid links. [GH-8665]
32-
- docs: Fixed EBS, ECP, ECI, ECD, Ehpc, EIP, Elasticsearch, Event Bridge, Express Connect, Express Connect Router, NAS, FC, FCV3, GWLB, GA, Governance, Graph Database, HBase, Hologram, HBR invalid links. [GH-8666]
33-
- docs: Fixed IMS, KMS, Lindorm, Live, SLS, Max Compute, Message Service, MSE, MongoDB, NAT Gateway, NLB, OSS, Ocean Base, OOS, PAI, PolarDB, Private Link, Private Zone, Quotas, RAM invalid links. [GH-8667]
34-
- docs: Fixed RDS, ROS, AMQP, Realtime Compute, Resource Manager, RocketMQ, Ons, SCDN, Schedulerx, Security Center, SelectDB, SAE, FnF, Service Catalog, Service Mesh, SMS, Simple Application Server, Smartag, TAG, OTS invalid links. [GH-8669]
35-
- docs: Fixed KVStore, Threat Detection, TSDB, VPC, VPN Gateway, Vpc Ipam, WAF invalid links. [GH-8670]
36-
- docs: improve examples for dataworks. [GH-8677]
37-
- docs: Imporves description for threat_detection_instance. [GH-8682]
38-
- docs: improve examples for ecs. [GH-8683]
39-
- docs: Imporves description for common_bandwidth_package. [GH-8684]
40-
- docs: Deprecated resource hbr_nas_backup_plan, hbr_oss_backup_plan, hbr_ots_backup_plan, hbr_ecs_backup_plan, hbr_server_backup_plan. [GH-8685]
41-
- docs: improve examples for esa. [GH-8688]
42-
- docs/alicloud_alb_load_balancer: Improves the resource examples. [GH-8692]
1+
## 1.250.0 (Unreleased)
2+
## 1.249.0 (May 16, 2025)
3+
4+
- **New Resource:** `alicloud_cloud_firewall_ips_config` ([#8403](https://github.com/aliyun/terraform-provider-alicloud/issues/8403))
5+
- **New Resource:** `alicloud_pai_workspace_member` ([#8649](https://github.com/aliyun/terraform-provider-alicloud/issues/8649))
6+
- **New Resource:** `alicloud_pai_workspace_model` ([#8672](https://github.com/aliyun/terraform-provider-alicloud/issues/8672))
7+
- **New Resource:** `alicloud_pai_workspace_model_version` ([#8689](https://github.com/aliyun/terraform-provider-alicloud/issues/8689))
8+
9+
ENHANCEMENTS:
10+
11+
- resource/alicloud_cen_traffic_marking_policy: add new attribute force. ([#8645](https://github.com/aliyun/terraform-provider-alicloud/issues/8645))
12+
- resource/alicloud_slb_listener: Added the field acl_ids; Deprecated the field acl_id. ([#8648](https://github.com/aliyun/terraform-provider-alicloud/issues/8648))
13+
- resource/alicloud_kvstore_account: Added retry strategy for error code IncorrectDBInstanceState. ([#8651](https://github.com/aliyun/terraform-provider-alicloud/issues/8651))
14+
- resource/alicloud_das_switch_das_pro: Deprecated resource alicloud_das_switch_das_pro. ([#8652](https://github.com/aliyun/terraform-provider-alicloud/issues/8652))
15+
- resource/alicloud_ess_scaling_group: add attribute of capacity_options_price_comparison_mode. ([#8653](https://github.com/aliyun/terraform-provider-alicloud/issues/8653))
16+
- resource/alicloud_lindorm_instance: Add new field auto_renew and auto_renew_period. ([#8654](https://github.com/aliyun/terraform-provider-alicloud/issues/8654))
17+
- resource/alicloud_polardb_cluster: support hot_standby_cluster equal and standby_az. ([#8657](https://github.com/aliyun/terraform-provider-alicloud/issues/8657))
18+
- resource/alicloud_api_gateway_api: Supports fc 3.0 by add attribute function_version;resource/alicloud_api_gateway_backend: Supports fc 3.0 backend_type. ([#8661](https://github.com/aliyun/terraform-provider-alicloud/issues/8661))
19+
- resource/alicloud_route_entry: Add retry code while deleting. ([#8676](https://github.com/aliyun/terraform-provider-alicloud/issues/8676))
20+
- resource/alicloud_ddoscoo_domain_resource: Refactored the resource alicloud_ddoscoo_domain_resource; Changed the parameter of the field cert_identifier from CertId to CertIdentifier. ([#8678](https://github.com/aliyun/terraform-provider-alicloud/issues/8678))
21+
- resource/alicloud_vpc_ipv4_gateway: Add new attribute internet_mode. ([#8680](https://github.com/aliyun/terraform-provider-alicloud/issues/8680))
22+
- resource/alicloud_alb_health_check_template: Support new attribute resource_group_id. ([#8681](https://github.com/aliyun/terraform-provider-alicloud/issues/8681))
23+
- resource/alicloud_kms_instance: support modify instance name and fix bug while delete Subscription instance. ([#8686](https://github.com/aliyun/terraform-provider-alicloud/issues/8686))
24+
- resource/alicloud_adb_account: improve WaitForAdbAccount func. ([#8690](https://github.com/aliyun/terraform-provider-alicloud/issues/8690))
25+
- resource/alicloud_amqp_exchange: Add new attribtue x_delayed_type and supports more exchange_type. ([#8697](https://github.com/aliyun/terraform-provider-alicloud/issues/8697))
26+
- resource/alicloud_ecs_network_interface: Fixed the diff error caused by field security_group_ids, security_groups. ([#8705](https://github.com/aliyun/terraform-provider-alicloud/issues/8705))
27+
- resource/alicloud_max_compute_quota: Refactored the resource max_compute_quota. ([#8706](https://github.com/aliyun/terraform-provider-alicloud/issues/8706))
28+
- resource/alicloud_cs_kubernetes_node_pool: Fix bug while set spot_price_limit to empty list. ([#8707](https://github.com/aliyun/terraform-provider-alicloud/issues/8707))
29+
- data-source/alicloud_wafv3_domains: add new attribute cname. ([#8704](https://github.com/aliyun/terraform-provider-alicloud/issues/8704))
30+
- data-source/alicloud_threat_detection_assets: Adds more attributes for instance and cluster. ([#8647](https://github.com/aliyun/terraform-provider-alicloud/issues/8647))
31+
- data-source/alicloud_ess_scaling_groups: add attribute of capacity_options_on_demand_base_capacity,capacity_options_on_demand_percentage_above_base_capacity,capacity_options_compensate_with_on_demand,capacity_options_spot_auto_replace_on_demand,compensate_with_on_demand and launch_template_override. ([#8659](https://github.com/aliyun/terraform-provider-alicloud/issues/8659))
32+
- docs: Improved the document cr_ee_instance example. ([#8650](https://github.com/aliyun/terraform-provider-alicloud/issues/8650))
33+
- docs: Fixed APIG, Ack One, Actiontrail, AliKafka, Alidns, Aligreen, ADB, GPDB, DdosBgp, DdosCoo invalid links. ([#8655](https://github.com/aliyun/terraform-provider-alicloud/issues/8655))
34+
- docs: Fixed Eipanycast, Api Gateway, ALB, ARMS, DFS, CDDC, VOD, Auto Scaling, Bastion Host, CDN invalid links. ([#8656](https://github.com/aliyun/terraform-provider-alicloud/issues/8656))
35+
- docs: Fixed Cassandra, Chatbot, SLB, Click House, BPStudio, Config, Cloud Control, CEN, Cloud Firewall, Cloud Monitor Service, Cloud Phone, Cloud SSO invalid links. ([#8664](https://github.com/aliyun/terraform-provider-alicloud/issues/8664))
36+
- docs: Fixed Cloud Storage Gateway, Compute Nest, CR, ACK, DCDN, DMS Enterprise, DTS, Data Works, DBS, DBFS, Ddos Basic, DRDS, EMR, ECS, EDAS, CBWP, ENS, ESA, Eflo, EAIS invalid links. ([#8665](https://github.com/aliyun/terraform-provider-alicloud/issues/8665))
37+
- docs: Fixed EBS, ECP, ECI, ECD, Ehpc, EIP, Elasticsearch, Event Bridge, Express Connect, Express Connect Router, NAS, FC, FCV3, GWLB, GA, Governance, Graph Database, HBase, Hologram, HBR invalid links. ([#8666](https://github.com/aliyun/terraform-provider-alicloud/issues/8666))
38+
- docs: Fixed IMS, KMS, Lindorm, Live, SLS, Max Compute, Message Service, MSE, MongoDB, NAT Gateway, NLB, OSS, Ocean Base, OOS, PAI, PolarDB, Private Link, Private Zone, Quotas, RAM invalid links. ([#8667](https://github.com/aliyun/terraform-provider-alicloud/issues/8667))
39+
- docs: Fixed RDS, ROS, AMQP, Realtime Compute, Resource Manager, RocketMQ, Ons, SCDN, Schedulerx, Security Center, SelectDB, SAE, FnF, Service Catalog, Service Mesh, SMS, Simple Application Server, Smartag, TAG, OTS invalid links. ([#8669](https://github.com/aliyun/terraform-provider-alicloud/issues/8669))
40+
- docs: Fixed KVStore, Threat Detection, TSDB, VPC, VPN Gateway, Vpc Ipam, WAF invalid links. ([#8670](https://github.com/aliyun/terraform-provider-alicloud/issues/8670))
41+
- docs: improve examples for dataworks. ([#8677](https://github.com/aliyun/terraform-provider-alicloud/issues/8677))
42+
- docs: Imporves description for threat_detection_instance. ([#8682](https://github.com/aliyun/terraform-provider-alicloud/issues/8682))
43+
- docs: improve examples for ecs. ([#8683](https://github.com/aliyun/terraform-provider-alicloud/issues/8683))
44+
- docs: Imporves description for common_bandwidth_package. ([#8684](https://github.com/aliyun/terraform-provider-alicloud/issues/8684))
45+
- docs: Deprecated resource hbr_nas_backup_plan, hbr_oss_backup_plan, hbr_ots_backup_plan, hbr_ecs_backup_plan, hbr_server_backup_plan. ([#8685](https://github.com/aliyun/terraform-provider-alicloud/issues/8685))
46+
- docs: improve examples for esa. ([#8688](https://github.com/aliyun/terraform-provider-alicloud/issues/8688))
47+
- docs/alicloud_alb_load_balancer: Improves the resource examples. ([#8692](https://github.com/aliyun/terraform-provider-alicloud/issues/8692))
48+
- docs: Imporves description for kvstore_instance. ([#8703](https://github.com/aliyun/terraform-provider-alicloud/issues/8703))
4349

4450
## 1.248.0 (April 18, 2025)
4551

website/docs/r/alb_health_check_template.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) Health Check Template and
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_health_check_template&exampleId=5c4b6f28-788d-9a3d-e8e7-b982d52d64e73638f458&activeTab=example&spm=docs.r.alb_health_check_template.0.5c4b6f2878&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/alb_load_balancer.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ For information about Application Load Balancer (ALB) Load Balancer and how to u
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_alb_load_balancer&exampleId=69375c6d-bff4-e697-2696-1baac7f74f3a4c97779e&activeTab=example&spm=docs.r.alb_load_balancer.0.69375c6dbf&intl_lang=EN_US" target="_blank">
24+
<a href="https://api.aliyun.com/terraform?resource=alicloud_alb_load_balancer&exampleId=c88e36db-96df-d3d6-0f56-5bc5c6df1616e2256fd1&activeTab=example&spm=docs.r.alb_load_balancer.0.c88e36db96&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/amqp_exchange.html.markdown

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ For information about RabbitMQ (AMQP) Exchange and how to use it, see [What is E
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_amqp_exchange&exampleId=3c0471e9-733b-9de7-7c2a-6bdbc2bd31b52c5640b5&activeTab=example&spm=docs.r.amqp_exchange.0.3c0471e973&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
provider "alicloud" {
2531
region = "cn-shanghai"

website/docs/r/cen_inter_region_traffic_qos_policy.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ For information about Cloud Enterprise Network (CEN) Inter Region Traffic Qos Po
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_cen_inter_region_traffic_qos_policy&exampleId=eaad5f98-e1f5-6208-1a44-6b0780caa008475b1cc1&activeTab=example&spm=docs.r.cen_inter_region_traffic_qos_policy.0.eaad5f98e1&intl_lang=EN_US" target="_blank">
24+
<a href="https://api.aliyun.com/terraform?resource=alicloud_cen_inter_region_traffic_qos_policy&exampleId=1b43bd4f-e1ae-0d63-1903-5c1a3364d9d15e273f47&activeTab=example&spm=docs.r.cen_inter_region_traffic_qos_policy.0.1b43bd4fe1&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/cen_traffic_marking_policy.html.markdown

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ For information about Cloud Enterprise Network (CEN) Traffic Marking Policy and
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_cen_traffic_marking_policy&exampleId=be3b43ec-5051-f623-1c57-7ba6b0cb90ba131caf90&activeTab=example&spm=docs.r.cen_traffic_marking_policy.0.be3b43ec50&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_cen_instance" "example" {
2531
cen_instance_name = "tf_example"

website/docs/r/cloud_firewall_ips_config.html.markdown

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ For information about Cloud Firewall IPS 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_cloud_firewall_ips_config&exampleId=61af145f-4343-578b-d051-3277508cdfbfdb33969d&activeTab=example&spm=docs.r.cloud_firewall_ips_config.0.61af145f43&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/common_bandwidth_package.html.markdown

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ For information about EIP Bandwidth Plan (CBWP) Common Bandwidth Package and how
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_common_bandwidth_package&exampleId=0717d382-6add-c02a-ca9f-711341f89416202c748f&activeTab=example&spm=docs.r.common_bandwidth_package.0.0717d3826a&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/cr_ee_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 Registry Enterprise Edition instances and how to
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_cr_ee_instance&exampleId=22381149-4704-d4bc-dbb5-cafc5c4bdc8e6d63f70f&activeTab=example&spm=docs.r.cr_ee_instance.0.2238114947&intl_lang=EN_US" target="_blank">
22+
<a href="https://api.aliyun.com/terraform?resource=alicloud_cr_ee_instance&exampleId=25749ea8-d0d9-59b9-d587-cf2975510050df3b0d18&activeTab=example&spm=docs.r.cr_ee_instance.0.25749ea8d0&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/das_switch_das_pro.html.markdown

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,6 @@ For information about DAS Switch Das Pro and how to use it, see [What is Switch
2121

2222
Basic Usage
2323

24-
<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_das_switch_das_pro&exampleId=d75c4507-3124-fb34-5824-953cd7a41aaea0876805&activeTab=example&spm=docs.r.das_switch_das_pro.0.d75c450731&intl_lang=EN_US" target="_blank">
26-
<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%;">
27-
</a>
28-
</div></div>
29-
3024
```terraform
3125
variable "name" {
3226
default = "tfexample"

website/docs/r/data_works_data_source_shared_rule.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ For information about Data Works Data Source Shared Rule and how to use it, see
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_data_works_data_source_shared_rule&exampleId=23ed324a-9213-ddfa-8ac5-fe0efa8ff9ec8fcf9980&activeTab=example&spm=docs.r.data_works_data_source_shared_rule.0.23ed324a92&intl_lang=EN_US" target="_blank">
24+
<a href="https://api.aliyun.com/terraform?resource=alicloud_data_works_data_source_shared_rule&exampleId=4f30bc09-79e6-9c39-d9b8-c82b3fd6a306017da3b0&activeTab=example&spm=docs.r.data_works_data_source_shared_rule.0.4f30bc0979&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)