From 95700f8f971ac7c977c07a269fc4251725d3c8c3 Mon Sep 17 00:00:00 2001 From: chenhanzhang Date: Fri, 6 Dec 2024 15:41:06 +0800 Subject: [PATCH] Cleanup after release v1.237.0 --- CHANGELOG.md | 75 ++++++++++--------- website/docs/r/arms_alert_robot.html.markdown | 2 +- .../docs/r/arms_dispatch_rule.html.markdown | 2 +- website/docs/r/config_rule.html.markdown | 2 +- .../r/cs_autoscaling_config.html.markdown | 2 +- .../r/data_works_data_source.html.markdown | 6 ++ ...orks_data_source_shared_rule.html.markdown | 6 ++ .../docs/r/data_works_project.html.markdown | 6 ++ .../r/data_works_project_member.html.markdown | 6 ++ ...ecs_image_pipeline_execution.html.markdown | 6 ++ .../docs/r/governance_account.html.markdown | 6 ++ .../docs/r/oss_bucket_website.html.markdown | 6 ++ .../docs/r/redis_tair_instance.html.markdown | 6 ++ .../docs/r/sls_oss_export_sink.html.markdown | 6 ++ 14 files changed, 96 insertions(+), 41 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1444644b9d3..66189e650570 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,40 +1,41 @@ -## 1.237.0 (Unreleased) - -- **New Resource:** `alicloud_data_works_project_member` [GH-7897] -- **New Resource:** `alicloud_data_works_data_source` [GH-7897] -- **New Resource:** `alicloud_data_works_data_source_shared_rule` [GH-7897] -- **New Resource:** `alicloud_arms_alert_robot` [GH-7898] -- **New Resource:** `alicloud_oss_bucket_website` [GH-7935] -- **New Resource:** `alicloud_ecs_image_pipeline_execution` [GH-7937] -- **New Resource:** `alicloud_sls_oss_export_sink` [GH-7946] -- **New Data Source:** `alicloud_arms_alert_robots` [GH-7898] - -ENHANCEMENTS: - -- resource/alicloud_adb_db_cluster: support 16Core128GB for attribute elastic_io_resource_size. [GH-7899] -- resource/alicloud_ecs_key_pair: Refactored the resource alicloud_ecs_key_pair; Added the field create_time. [GH-7932] -- resource/alicloud_redis_tair_instance: add new attribute param_no_loose_sentinel_password_free_access. [GH-7938] -- resource/alicloud_instance: support attribute image_options.login_as_non_root. [GH-7939] -- resource/alicloud_ecs_disk: Refactored the resource alicloud_ecs_disk; Added the field bursting_enabled, multi_attach, provisioned_iops, create_time, region_id. [GH-7943] -- resource/alicloud_cs_autoscaling_config: support scaler_type. [GH-7951] -- resource/alicloud_polardb_cluster_endpoint: modify retry; docs: Improves description for cluster. [GH-7952] -- resource/alicloud_data_works_project: add new attributes dev_environment_enabled, dev_role_disabled, pai_task_enabled and etc. [GH-7953] -- resource/alicloud_governance_account: support modify account_tags. [GH-7955] -- data-source/alicloud_arms_dispatch_rules: add new attribute notify_start_time and notify_end_time; resource/alicloud_arms_dispatch_rule: add new attribute notify_start_time and notify_end_time. [GH-7904] -- docs: improve docs for alicloud_slb_attachment. [GH-7940] -- docs: Improves docs of resource alicloud_dcdn_domain and alicloud_cdn_domain_new. [GH-7941] -- docs: improve examples for alicloud_config_rule. [GH-7942] -- docs: Improves description for ecs_image_pipeline_execution. [GH-7947] -- docs: Improves description for vpc. [GH-7948] -- docs: Improves description for amrs. [GH-7949] -- testcase: Fixed ADBCluster test case. [GH-7917] -- testcase: Fix case for quotas_template_applications. [GH-7930] -- testcase: Fixed alicloud_nlb_security_policy test case. [GH-7933] -- testcase: Fixed alicloud_nlb_listener test case. [GH-7934] - -BUG FIXES: - -- resource/alicloud_sae_application: Fixed the diff error caused by field micro_registration. [GH-7936] +## 1.238.0 (Unreleased) +## 1.237.0 (December 06, 2024) + +- **New Resource:** `alicloud_data_works_project_member` ([#7897](https://github.com/aliyun/terraform-provider-alicloud/issues/7897)) +- **New Resource:** `alicloud_data_works_data_source` ([#7897](https://github.com/aliyun/terraform-provider-alicloud/issues/7897)) +- **New Resource:** `alicloud_data_works_data_source_shared_rule` ([#7897](https://github.com/aliyun/terraform-provider-alicloud/issues/7897)) +- **New Resource:** `alicloud_arms_alert_robot` ([#7898](https://github.com/aliyun/terraform-provider-alicloud/issues/7898)) +- **New Resource:** `alicloud_oss_bucket_website` ([#7935](https://github.com/aliyun/terraform-provider-alicloud/issues/7935)) +- **New Resource:** `alicloud_ecs_image_pipeline_execution` ([#7937](https://github.com/aliyun/terraform-provider-alicloud/issues/7937)) +- **New Resource:** `alicloud_sls_oss_export_sink` ([#7946](https://github.com/aliyun/terraform-provider-alicloud/issues/7946)) +- **New Data Source:** `alicloud_arms_alert_robots` ([#7898](https://github.com/aliyun/terraform-provider-alicloud/issues/7898)) + +ENHANCEMENTS: + +- resource/alicloud_adb_db_cluster: support 16Core128GB for attribute elastic_io_resource_size. ([#7899](https://github.com/aliyun/terraform-provider-alicloud/issues/7899)) +- resource/alicloud_ecs_key_pair: Refactored the resource alicloud_ecs_key_pair; Added the field create_time. ([#7932](https://github.com/aliyun/terraform-provider-alicloud/issues/7932)) +- resource/alicloud_redis_tair_instance: add new attribute param_no_loose_sentinel_password_free_access. ([#7938](https://github.com/aliyun/terraform-provider-alicloud/issues/7938)) +- resource/alicloud_instance: support attribute image_options.login_as_non_root. ([#7939](https://github.com/aliyun/terraform-provider-alicloud/issues/7939)) +- resource/alicloud_ecs_disk: Refactored the resource alicloud_ecs_disk; Added the field bursting_enabled, multi_attach, provisioned_iops, create_time, region_id. ([#7943](https://github.com/aliyun/terraform-provider-alicloud/issues/7943)) +- resource/alicloud_cs_autoscaling_config: support scaler_type. ([#7951](https://github.com/aliyun/terraform-provider-alicloud/issues/7951)) +- resource/alicloud_polardb_cluster_endpoint: modify retry; docs: Improves description for cluster. ([#7952](https://github.com/aliyun/terraform-provider-alicloud/issues/7952)) +- resource/alicloud_data_works_project: add new attributes dev_environment_enabled, dev_role_disabled, pai_task_enabled and etc. ([#7953](https://github.com/aliyun/terraform-provider-alicloud/issues/7953)) +- resource/alicloud_governance_account: support modify account_tags. ([#7955](https://github.com/aliyun/terraform-provider-alicloud/issues/7955)) +- data-source/alicloud_arms_dispatch_rules: add new attribute notify_start_time and notify_end_time; resource/alicloud_arms_dispatch_rule: add new attribute notify_start_time and notify_end_time. ([#7904](https://github.com/aliyun/terraform-provider-alicloud/issues/7904)) +- docs: improve docs for alicloud_slb_attachment. ([#7940](https://github.com/aliyun/terraform-provider-alicloud/issues/7940)) +- docs: Improves docs of resource alicloud_dcdn_domain and alicloud_cdn_domain_new. ([#7941](https://github.com/aliyun/terraform-provider-alicloud/issues/7941)) +- docs: improve examples for alicloud_config_rule. ([#7942](https://github.com/aliyun/terraform-provider-alicloud/issues/7942)) +- docs: Improves description for ecs_image_pipeline_execution. ([#7947](https://github.com/aliyun/terraform-provider-alicloud/issues/7947)) +- docs: Improves description for vpc. ([#7948](https://github.com/aliyun/terraform-provider-alicloud/issues/7948)) +- docs: Improves description for amrs. ([#7949](https://github.com/aliyun/terraform-provider-alicloud/issues/7949)) +- testcase: Fixed ADBCluster test case. ([#7917](https://github.com/aliyun/terraform-provider-alicloud/issues/7917)) +- testcase: Fix case for quotas_template_applications. ([#7930](https://github.com/aliyun/terraform-provider-alicloud/issues/7930)) +- testcase: Fixed alicloud_nlb_security_policy test case. ([#7933](https://github.com/aliyun/terraform-provider-alicloud/issues/7933)) +- testcase: Fixed alicloud_nlb_listener test case. ([#7934](https://github.com/aliyun/terraform-provider-alicloud/issues/7934)) + +BUG FIXES: + +- resource/alicloud_sae_application: Fixed the diff error caused by field micro_registration. ([#7936](https://github.com/aliyun/terraform-provider-alicloud/issues/7936)) ## 1.236.0 (November 29, 2024) diff --git a/website/docs/r/arms_alert_robot.html.markdown b/website/docs/r/arms_alert_robot.html.markdown index 4bb4c1eff2d8..fd479c4d10be 100644 --- a/website/docs/r/arms_alert_robot.html.markdown +++ b/website/docs/r/arms_alert_robot.html.markdown @@ -20,7 +20,7 @@ For information about Application Real-Time Monitoring Service (ARMS) Alert Robo Basic Usage
diff --git a/website/docs/r/arms_dispatch_rule.html.markdown b/website/docs/r/arms_dispatch_rule.html.markdown index 9c389c968848..afac47994659 100644 --- a/website/docs/r/arms_dispatch_rule.html.markdown +++ b/website/docs/r/arms_dispatch_rule.html.markdown @@ -20,7 +20,7 @@ For information about Application Real-Time Monitoring Service (ARMS) Alert Disp Basic Usage
diff --git a/website/docs/r/config_rule.html.markdown b/website/docs/r/config_rule.html.markdown index dbc100728eb4..58363a7e45a8 100644 --- a/website/docs/r/config_rule.html.markdown +++ b/website/docs/r/config_rule.html.markdown @@ -20,7 +20,7 @@ For information about Config Rule and how to use it, see [What is Rule](https:// Basic Usage
diff --git a/website/docs/r/cs_autoscaling_config.html.markdown b/website/docs/r/cs_autoscaling_config.html.markdown index f77b4f3b28be..e72058912c9e 100644 --- a/website/docs/r/cs_autoscaling_config.html.markdown +++ b/website/docs/r/cs_autoscaling_config.html.markdown @@ -25,7 +25,7 @@ If you do not have an existing cluster, you need to create an ACK cluster throug Basic Usage
diff --git a/website/docs/r/data_works_data_source.html.markdown b/website/docs/r/data_works_data_source.html.markdown index 1e5715b15ac2..909dd4e195e9 100644 --- a/website/docs/r/data_works_data_source.html.markdown +++ b/website/docs/r/data_works_data_source.html.markdown @@ -20,6 +20,12 @@ For information about Data Works Data Source and how to use it, see [What is Dat Basic Usage +
+ ```terraform variable "name" { default = "tf_example" diff --git a/website/docs/r/data_works_data_source_shared_rule.html.markdown b/website/docs/r/data_works_data_source_shared_rule.html.markdown index 221a11cc7c49..6ecc043555f5 100644 --- a/website/docs/r/data_works_data_source_shared_rule.html.markdown +++ b/website/docs/r/data_works_data_source_shared_rule.html.markdown @@ -20,6 +20,12 @@ For information about Data Works Data Source Shared Rule and how to use it, see Basic Usage +
+ ```terraform variable "name" { default = "tf_example" diff --git a/website/docs/r/data_works_project.html.markdown b/website/docs/r/data_works_project.html.markdown index 66ed250c985e..931eda84afba 100644 --- a/website/docs/r/data_works_project.html.markdown +++ b/website/docs/r/data_works_project.html.markdown @@ -20,6 +20,12 @@ For information about Data Works Project and how to use it, see [What is Project Basic Usage +
+ ```terraform variable "name" { default = "tf_example" diff --git a/website/docs/r/data_works_project_member.html.markdown b/website/docs/r/data_works_project_member.html.markdown index 3bf451a5091f..d378696cfee6 100644 --- a/website/docs/r/data_works_project_member.html.markdown +++ b/website/docs/r/data_works_project_member.html.markdown @@ -20,6 +20,12 @@ For information about Data Works Project Member and how to use it, see [What is Basic Usage +
+ ```terraform variable "admin_code" { default = "role_project_admin" diff --git a/website/docs/r/ecs_image_pipeline_execution.html.markdown b/website/docs/r/ecs_image_pipeline_execution.html.markdown index bc95508b8dcd..83b0495838bf 100644 --- a/website/docs/r/ecs_image_pipeline_execution.html.markdown +++ b/website/docs/r/ecs_image_pipeline_execution.html.markdown @@ -20,6 +20,12 @@ For information about ECS Image Pipeline Execution and how to use it, see [What Basic Usage +
+ ```terraform variable "name" { default = "terraform-example" diff --git a/website/docs/r/governance_account.html.markdown b/website/docs/r/governance_account.html.markdown index 645f8a3c420c..bc7826bb8a2a 100644 --- a/website/docs/r/governance_account.html.markdown +++ b/website/docs/r/governance_account.html.markdown @@ -20,6 +20,12 @@ For information about Governance Account and how to use it, see [What is Account Basic Usage +
+ ```terraform variable "name" { default = "terraform-example" diff --git a/website/docs/r/oss_bucket_website.html.markdown b/website/docs/r/oss_bucket_website.html.markdown index bf4a95c7512e..d94e0fcdfc0c 100644 --- a/website/docs/r/oss_bucket_website.html.markdown +++ b/website/docs/r/oss_bucket_website.html.markdown @@ -20,6 +20,12 @@ For information about OSS Bucket Website and how to use it, see [What is Bucket Basic Usage +
+ ```terraform variable "name" { default = "terraform-example" diff --git a/website/docs/r/redis_tair_instance.html.markdown b/website/docs/r/redis_tair_instance.html.markdown index 8cab22941ffd..66a355395f69 100644 --- a/website/docs/r/redis_tair_instance.html.markdown +++ b/website/docs/r/redis_tair_instance.html.markdown @@ -20,6 +20,12 @@ For information about Tair (Redis OSS-Compatible) And Memcache (KVStore) Tair In Basic Usage +
+ ```terraform provider "alicloud" { region = "cn-hangzhou" diff --git a/website/docs/r/sls_oss_export_sink.html.markdown b/website/docs/r/sls_oss_export_sink.html.markdown index 1123f46df83b..51e97a4abbf5 100644 --- a/website/docs/r/sls_oss_export_sink.html.markdown +++ b/website/docs/r/sls_oss_export_sink.html.markdown @@ -20,6 +20,12 @@ For information about Log Service (SLS) Oss Export Sink and how to use it, see [ Basic Usage +
+ ```terraform variable "name" { default = "terraform-example"