Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Updates the example explorer button link #8171

Merged
merged 1 commit into from
Jan 24, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
88 changes: 44 additions & 44 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,48 +1,48 @@
## 1.242.0 (Unreleased)

- **New Resource:** `alicloud_alb_load_balancer_zone_shifted_attachment` [GH-8134]
- **New Resource:** `alicloud_vpc_ipam_service` [GH-8135]
- **New Resource:** `alicloud_max_compute_role` [GH-8143]
- **New Resource:** `alicloud_max_compute_quota_plan` [GH-8143]
- **New Resource:** `alicloud_max_compute_quota_schedule` [GH-8143]
- **New Resource:** `alicloud_max_compute_role_user_attachment` [GH-8145]
- **New Resource:** `alicloud_max_compute_tunnel_quota_timer` [GH-8145]
- **New Resource:** `alicloud_esa_page` [GH-8153]
- **New Resource:** `alicloud_esa_list` [GH-8153]
- **New Resource:** `alicloud_esa_http_request_header_modification_rule` [GH-8153]
- **New Data Source:** `alicloud_kms_instances` [GH-8158]

ENHANCEMENTS:

- resource/alicloud_db_instance: add new attributes:bursting_enabled and modify sql_collector_config_value. [GH-8071]
- resource/alicloud_resource_manager_control_policy_attachment: : Added retry strategy for error code. [GH-8125]
- resource/alicloud_alb_listener: add new attribute ca_certificates, ca_enabled, x_forwarded_for_config.x_forwarded_for_processing_mode; resource/alicloud_alb_server_group: add new attribute uch_config, connection_drain_config. [GH-8127]
- resource/alicloud_alb_load_balancer: add new attribute deletion_protection_config. [GH-8129]
- resource/alicloud_cen_transit_router_multicast_domain: Added retry strategy for error code IncorrectStatus.MulticastDomain, InvalidOperation.MulticastGroupExist; resource/alicloud_cen_transit_router_multicast_domain_peer_member: Added retry strategy for error code Operation.Blocking. [GH-8131]
- resource/alicloud_fcv3_function: add new attribute tags. [GH-8136]
- resource/alicloud_esa_rate_plan_instance: Support release instance. [GH-8138]
- resource/alicloud_vpc_ipam_ipam_pool: add new attribute resource_group_id. [GH-8139]
- resource/alicloud_vpc_ipam_ipam_scope: add new attribute resource_group_id. [GH-8140]
- resource/alicloud_vpc_ipam_ipam: Support add tag while create ipam. [GH-8141]
- resource/alicloud_schedulerx_app_group: Support modify monitor_config_json and monitor_contacts_json. [GH-8142]
- resource/alicloud_db_instance: modify sql_collector_config_value. [GH-8144]
- resource/alicloud_vpc_ipv4_cidr_block: add new attribute ipv4_ipam_pool_id, secondary_cidr_mask. [GH-8146]
- resource/alicloud_cen_transit_router_multicast_domain: Refactored the resource alicloud_cen_transit_router_multicast_domain; Added the field options, region_id. [GH-8148]
- resource/alicloud_dfs_file_system: Added the field region_id; Improved the testcase. [GH-8152]
- resource/alicloud_dfs_mount_point: Added the field region_id; Improved the testcase. [GH-8154]
- resource/alicloud_ecs_disk: Added retry strategy for error code LastTokenProcessing; Fixed the update error caused by field enable_auto_snapshot. [GH-8156]
- data-source/alicloud_ess_scaling_groups: add attributes of stop_instance_timeout, scaling_policy, enable_desired_capacity, monitor_group_id, system_suspended, removing_capacity, pending_capacity, stopped_capacity, spot_capacity, standby_capacity, protected_capacity, removing_wait_capacity, pending_wait_capacity, init_capacity, desired_capacity, max_instance_lifetime, multi_az_policy, group_type, resource_group_id, spot_instance_remedy, spot_instance_pools, on_demand_percentage_above_base_capacity, on_demand_base_capacity, spot_allocation_strategy, allocation_strategy and az_balance. [GH-8091]
- data-source/alicloud_ess_scaling_rules: add attributes of predictive_scaling_mode, initial_max_size, predictive_value_behavior, predictive_value_buffer, predictive_task_buffer_time, target_value and metric_name. [GH-8133]
- docs: Improved the document alb_server_groups. [GH-8128]
- docs: Add document for esa_list, esa_page and esa_http_request_header_modification_rule. [GH-8157]

BUG FIXES:

- resource/alicloud_fc_custom_domain: Fixes the panic error when terraform plan. [GH-8121]
- resource/alicloud_mongodb_instance: Fixed the read error in field replica_sets. [GH-8123]
- resource/alicloud_log_project: Fix bug while api return policy with empty map. [GH-8130]
- resource/alicloud_adb_*: Fixed the read error caused by RegionId parameter. [GH-8132]
- resource/alicloud_dcdn_domain_config: Fixed the diff error caused by field function_args. [GH-8149]
- **New Resource:** `alicloud_alb_load_balancer_zone_shifted_attachment` ([#8134](https://github.com/aliyun/terraform-provider-alicloud/issues/8134))
- **New Resource:** `alicloud_vpc_ipam_service` ([#8135](https://github.com/aliyun/terraform-provider-alicloud/issues/8135))
- **New Resource:** `alicloud_max_compute_role` ([#8143](https://github.com/aliyun/terraform-provider-alicloud/issues/8143))
- **New Resource:** `alicloud_max_compute_quota_plan` ([#8143](https://github.com/aliyun/terraform-provider-alicloud/issues/8143))
- **New Resource:** `alicloud_max_compute_quota_schedule` ([#8143](https://github.com/aliyun/terraform-provider-alicloud/issues/8143))
- **New Resource:** `alicloud_max_compute_role_user_attachment` ([#8145](https://github.com/aliyun/terraform-provider-alicloud/issues/8145))
- **New Resource:** `alicloud_max_compute_tunnel_quota_timer` ([#8145](https://github.com/aliyun/terraform-provider-alicloud/issues/8145))
- **New Resource:** `alicloud_esa_page` ([#8153](https://github.com/aliyun/terraform-provider-alicloud/issues/8153))
- **New Resource:** `alicloud_esa_list` ([#8153](https://github.com/aliyun/terraform-provider-alicloud/issues/8153))
- **New Resource:** `alicloud_esa_http_request_header_modification_rule` ([#8153](https://github.com/aliyun/terraform-provider-alicloud/issues/8153))
- **New Data Source:** `alicloud_kms_instances` ([#8158](https://github.com/aliyun/terraform-provider-alicloud/issues/8158))

ENHANCEMENTS:

- resource/alicloud_db_instance: add new attributes:bursting_enabled and modify sql_collector_config_value. ([#8071](https://github.com/aliyun/terraform-provider-alicloud/issues/8071))
- resource/alicloud_resource_manager_control_policy_attachment: : Added retry strategy for error code. ([#8125](https://github.com/aliyun/terraform-provider-alicloud/issues/8125))
- resource/alicloud_alb_listener: add new attribute ca_certificates, ca_enabled, x_forwarded_for_config.x_forwarded_for_processing_mode; resource/alicloud_alb_server_group: add new attribute uch_config, connection_drain_config. ([#8127](https://github.com/aliyun/terraform-provider-alicloud/issues/8127))
- resource/alicloud_alb_load_balancer: add new attribute deletion_protection_config. ([#8129](https://github.com/aliyun/terraform-provider-alicloud/issues/8129))
- resource/alicloud_cen_transit_router_multicast_domain: Added retry strategy for error code IncorrectStatus.MulticastDomain, InvalidOperation.MulticastGroupExist; resource/alicloud_cen_transit_router_multicast_domain_peer_member: Added retry strategy for error code Operation.Blocking. ([#8131](https://github.com/aliyun/terraform-provider-alicloud/issues/8131))
- resource/alicloud_fcv3_function: add new attribute tags. ([#8136](https://github.com/aliyun/terraform-provider-alicloud/issues/8136))
- resource/alicloud_esa_rate_plan_instance: Support release instance. ([#8138](https://github.com/aliyun/terraform-provider-alicloud/issues/8138))
- resource/alicloud_vpc_ipam_ipam_pool: add new attribute resource_group_id. ([#8139](https://github.com/aliyun/terraform-provider-alicloud/issues/8139))
- resource/alicloud_vpc_ipam_ipam_scope: add new attribute resource_group_id. ([#8140](https://github.com/aliyun/terraform-provider-alicloud/issues/8140))
- resource/alicloud_vpc_ipam_ipam: Support add tag while create ipam. ([#8141](https://github.com/aliyun/terraform-provider-alicloud/issues/8141))
- resource/alicloud_schedulerx_app_group: Support modify monitor_config_json and monitor_contacts_json. ([#8142](https://github.com/aliyun/terraform-provider-alicloud/issues/8142))
- resource/alicloud_db_instance: modify sql_collector_config_value. ([#8144](https://github.com/aliyun/terraform-provider-alicloud/issues/8144))
- resource/alicloud_vpc_ipv4_cidr_block: add new attribute ipv4_ipam_pool_id, secondary_cidr_mask. ([#8146](https://github.com/aliyun/terraform-provider-alicloud/issues/8146))
- resource/alicloud_cen_transit_router_multicast_domain: Refactored the resource alicloud_cen_transit_router_multicast_domain; Added the field options, region_id. ([#8148](https://github.com/aliyun/terraform-provider-alicloud/issues/8148))
- resource/alicloud_dfs_file_system: Added the field region_id; Improved the testcase. ([#8152](https://github.com/aliyun/terraform-provider-alicloud/issues/8152))
- resource/alicloud_dfs_mount_point: Added the field region_id; Improved the testcase. ([#8154](https://github.com/aliyun/terraform-provider-alicloud/issues/8154))
- resource/alicloud_ecs_disk: Added retry strategy for error code LastTokenProcessing; Fixed the update error caused by field enable_auto_snapshot. ([#8156](https://github.com/aliyun/terraform-provider-alicloud/issues/8156))
- data-source/alicloud_ess_scaling_groups: add attributes of stop_instance_timeout, scaling_policy, enable_desired_capacity, monitor_group_id, system_suspended, removing_capacity, pending_capacity, stopped_capacity, spot_capacity, standby_capacity, protected_capacity, removing_wait_capacity, pending_wait_capacity, init_capacity, desired_capacity, max_instance_lifetime, multi_az_policy, group_type, resource_group_id, spot_instance_remedy, spot_instance_pools, on_demand_percentage_above_base_capacity, on_demand_base_capacity, spot_allocation_strategy, allocation_strategy and az_balance. ([#8091](https://github.com/aliyun/terraform-provider-alicloud/issues/8091))
- data-source/alicloud_ess_scaling_rules: add attributes of predictive_scaling_mode, initial_max_size, predictive_value_behavior, predictive_value_buffer, predictive_task_buffer_time, target_value and metric_name. ([#8133](https://github.com/aliyun/terraform-provider-alicloud/issues/8133))
- docs: Improved the document alb_server_groups. ([#8128](https://github.com/aliyun/terraform-provider-alicloud/issues/8128))
- docs: Add document for esa_list, esa_page and esa_http_request_header_modification_rule. ([#8157](https://github.com/aliyun/terraform-provider-alicloud/issues/8157))

BUG FIXES:

- resource/alicloud_fc_custom_domain: Fixes the panic error when terraform plan. ([#8121](https://github.com/aliyun/terraform-provider-alicloud/issues/8121))
- resource/alicloud_mongodb_instance: Fixed the read error in field replica_sets. ([#8123](https://github.com/aliyun/terraform-provider-alicloud/issues/8123))
- resource/alicloud_log_project: Fix bug while api return policy with empty map. ([#8130](https://github.com/aliyun/terraform-provider-alicloud/issues/8130))
- resource/alicloud_adb_*: Fixed the read error caused by RegionId parameter. ([#8132](https://github.com/aliyun/terraform-provider-alicloud/issues/8132))
- resource/alicloud_dcdn_domain_config: Fixed the diff error caused by field function_args. ([#8149](https://github.com/aliyun/terraform-provider-alicloud/issues/8149))

## 1.241.0 (January 10, 2025)

Expand Down Expand Up @@ -92,7 +92,7 @@ ENHANCEMENTS:
- data-source/alicloud_edas_service: Supports international account. ([#8088](https://github.com/aliyun/terraform-provider-alicloud/issues/8088))
- data-source/alicloud_pvtz_service: Supports international account. ([#8090](https://github.com/aliyun/terraform-provider-alicloud/issues/8090))
- data-source/alicloud_oss_buckets: Improves the attribute schema tat; docs: Improves the arguments and attributes description and notes. ([#8105](https://github.com/aliyun/terraform-provider-alicloud/issues/8105))
- docs: specify security group for alicloud_ecs_network_interface. [GH-8049]
- docs: specify security group for alicloud_ecs_network_interface. ([#8049](https://github.com/aliyun/terraform-provider-alicloud/issues/8049))
- docs: mark the resource alicloud_cen_instance_grant deprecated. ([#8073](https://github.com/aliyun/terraform-provider-alicloud/issues/8073))
- docs: improves the description of the resource aliclodu_sae_application argument sls_configs. ([#8075](https://github.com/aliyun/terraform-provider-alicloud/issues/8075))
- docs: Corrects the product introduce link of resource alicloud_sls_collection_policy. ([#8076](https://github.com/aliyun/terraform-provider-alicloud/issues/8076))
Expand Down
6 changes: 6 additions & 0 deletions website/docs/r/alb_listener.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ For information about Application Load Balancer (ALB) Listener and how to use it

Basic Usage

<div style="display: block;margin-bottom: 40px;"><div class="oics-button" style="float: right;position: absolute;margin-bottom: 10px;">
<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">
<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%;">
</a>
</div></div>

```terraform
variable "name" {
default = "tf_example"
Expand Down
6 changes: 6 additions & 0 deletions website/docs/r/alb_load_balancer.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ For information about Application Load Balancer (ALB) Load Balancer and how to u

Basic Usage

<div style="display: block;margin-bottom: 40px;"><div class="oics-button" style="float: right;position: absolute;margin-bottom: 10px;">
<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">
<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%;">
</a>
</div></div>

```terraform
variable "name" {
default = "terraform-example"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ For information about Application Load Balancer (ALB) Load Balancer Zone Shifted

Basic Usage

<div style="display: block;margin-bottom: 40px;"><div class="oics-button" style="float: right;position: absolute;margin-bottom: 10px;">
<a href="https://api.aliyun.com/terraform?resource=alicloud_alb_load_balancer_zone_shifted_attachment&exampleId=2a10401b-8c0c-2f46-8529-1b110f8136b6bb30783d&activeTab=example&spm=docs.r.alb_load_balancer_zone_shifted_attachment.0.2a10401b8c&intl_lang=EN_US" target="_blank">
<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%;">
</a>
</div></div>

```terraform
variable "name" {
default = "terraform-example"
Expand Down
6 changes: 6 additions & 0 deletions website/docs/r/alb_server_group.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ For information about Application Load Balancer (ALB) Server Group and how to us

Basic Usage

<div style="display: block;margin-bottom: 40px;"><div class="oics-button" style="float: right;position: absolute;margin-bottom: 10px;">
<a href="https://api.aliyun.com/terraform?resource=alicloud_alb_server_group&exampleId=b90e8c32-455e-254a-a908-adb3d68538ff301b884c&activeTab=example&spm=docs.r.alb_server_group.0.b90e8c3245&intl_lang=EN_US" target="_blank">
<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%;">
</a>
</div></div>

```terraform
variable "name" {
default = "terraform-example"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ For information about Cloud Enterprise Network (CEN) Transit Router Multicast Do
Basic Usage

<div style="display: block;margin-bottom: 40px;"><div class="oics-button" style="float: right;position: absolute;margin-bottom: 10px;">
<a href="https://api.aliyun.com/terraform?resource=alicloud_cen_transit_router_multicast_domain&exampleId=8f7dfc4e-1030-97e2-1c03-b042623c82ae551ab1cf&activeTab=example&spm=docs.r.cen_transit_router_multicast_domain.0.8f7dfc4e10&intl_lang=EN_US" target="_blank">
<a href="https://api.aliyun.com/terraform?resource=alicloud_cen_transit_router_multicast_domain&exampleId=d621188c-0864-7543-c36d-b5a26de26ca4f1e06fdf&activeTab=example&spm=docs.r.cen_transit_router_multicast_domain.0.d621188c08&intl_lang=EN_US" target="_blank">
<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%;">
</a>
</div></div>
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/cs_kubernetes.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Please use resource **`alicloud_cs_kubernetes_node_pool`** to manage your cluste
## Example Usage

<div style="display: block;margin-bottom: 40px;"><div class="oics-button" style="float: right;position: absolute;margin-bottom: 10px;">
<a href="https://api.aliyun.com/terraform?resource=alicloud_cs_kubernetes&exampleId=a1c3aeda-4d80-696e-c653-37e4228aeda0cdf432a0&activeTab=example&spm=docs.r.cs_kubernetes.0.a1c3aeda4d&intl_lang=EN_US" target="_blank">
<a href="https://api.aliyun.com/terraform?resource=alicloud_cs_kubernetes&exampleId=8ecfabbf-301e-0a64-48fa-e099644a8db27cad3ce9&activeTab=example&spm=docs.r.cs_kubernetes.0.8ecfabbf30&intl_lang=EN_US" target="_blank">
<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%;">
</a>
</div></div>
Expand Down
6 changes: 6 additions & 0 deletions website/docs/r/cs_kubernetes_node_pool.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@ For information about Container Service for Kubernetes (ACK) Nodepool and how to

Basic Usage

<div style="display: block;margin-bottom: 40px;"><div class="oics-button" style="float: right;position: absolute;margin-bottom: 10px;">
<a href="https://api.aliyun.com/terraform?resource=alicloud_cs_kubernetes_node_pool&exampleId=b9abdd6c-849b-5331-23d3-42c7d815404ab1bc1d14&activeTab=example&spm=docs.r.cs_kubernetes_node_pool.0.b9abdd6c84&intl_lang=EN_US" target="_blank">
<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%;">
</a>
</div></div>

```terraform
resource "random_integer" "default" {
max = 99999
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/dfs_file_system.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ For information about Apsara File Storage for HDFS (DFS) File System and how to
Basic Usage

<div style="display: block;margin-bottom: 40px;"><div class="oics-button" style="float: right;position: absolute;margin-bottom: 10px;">
<a href="https://api.aliyun.com/terraform?resource=alicloud_dfs_file_system&exampleId=3675545a-b4b6-f06e-5357-1622489358abcde8da49&activeTab=example&spm=docs.r.dfs_file_system.0.3675545ab4&intl_lang=EN_US" target="_blank">
<a href="https://api.aliyun.com/terraform?resource=alicloud_dfs_file_system&exampleId=b26fd6fb-f316-1cc8-a3c2-ff69b2700582a9599cfd&activeTab=example&spm=docs.r.dfs_file_system.0.b26fd6fbf3&intl_lang=EN_US" target="_blank">
<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%;">
</a>
</div></div>
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/dfs_mount_point.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ For information about Apsara File Storage for HDFS (DFS) Mount Point and how to
Basic Usage

<div style="display: block;margin-bottom: 40px;"><div class="oics-button" style="float: right;position: absolute;margin-bottom: 10px;">
<a href="https://api.aliyun.com/terraform?resource=alicloud_dfs_mount_point&exampleId=d5c70177-5e6d-3340-635c-e459419f15d8e190a4d7&activeTab=example&spm=docs.r.dfs_mount_point.0.d5c701775e&intl_lang=EN_US" target="_blank">
<a href="https://api.aliyun.com/terraform?resource=alicloud_dfs_mount_point&exampleId=8ec75534-4d4e-c9bb-dd35-5d2e671a9dbb4d4a4389&activeTab=example&spm=docs.r.dfs_mount_point.0.8ec755344d&intl_lang=EN_US" target="_blank">
<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%;">
</a>
</div></div>
Expand Down
Loading
Loading