Skip to content
Merged
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
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
## 1.81.39 (October 25, 2023)

FEATURES:

* **New Data Source:** `tencentcloud_bi_project` ([#2239](https://github.com/tencentcloudstack/terraform-provider-tencentcloud/pull/2239))
* **New Data Source:** `tencentcloud_bi_user_project` ([#2239](https://github.com/tencentcloudstack/terraform-provider-tencentcloud/pull/2239))
* **New Data Source:** `tencentcloud_dlc_check_data_engine_image_can_be_upgrade` ([#2245](https://github.com/tencentcloudstack/terraform-provider-tencentcloud/pull/2245))
* **New Data Source:** `tencentcloud_dlc_describe_user_info` ([#2244](https://github.com/tencentcloudstack/terraform-provider-tencentcloud/pull/2244))
* **New Data Source:** `tencentcloud_dlc_describe_user_roles` ([#2244](https://github.com/tencentcloudstack/terraform-provider-tencentcloud/pull/2244))
* **New Data Source:** `tencentcloud_dlc_describe_user_type` ([#2244](https://github.com/tencentcloudstack/terraform-provider-tencentcloud/pull/2244))
* **New Resource:** `tencentcloud_bi_datasource` ([#2239](https://github.com/tencentcloudstack/terraform-provider-tencentcloud/pull/2239))
* **New Resource:** `tencentcloud_bi_datasource_cloud` ([#2239](https://github.com/tencentcloudstack/terraform-provider-tencentcloud/pull/2239))
* **New Resource:** `tencentcloud_bi_embed_interval_apply` ([#2239](https://github.com/tencentcloudstack/terraform-provider-tencentcloud/pull/2239))
* **New Resource:** `tencentcloud_bi_embed_token_apply` ([#2239](https://github.com/tencentcloudstack/terraform-provider-tencentcloud/pull/2239))
* **New Resource:** `tencentcloud_bi_project` ([#2239](https://github.com/tencentcloudstack/terraform-provider-tencentcloud/pull/2239))
* **New Resource:** `tencentcloud_bi_project_user_role` ([#2239](https://github.com/tencentcloudstack/terraform-provider-tencentcloud/pull/2239))
* **New Resource:** `tencentcloud_bi_user_role` ([#2239](https://github.com/tencentcloudstack/terraform-provider-tencentcloud/pull/2239))
* **New Resource:** `tencentcloud_cdwpg_instance` ([#2248](https://github.com/tencentcloudstack/terraform-provider-tencentcloud/pull/2248))
* **New Resource:** `tencentcloud_dlc_data_engine` ([#2245](https://github.com/tencentcloudstack/terraform-provider-tencentcloud/pull/2245))
* **New Resource:** `tencentcloud_dlc_rollback_data_engine_image_operation` ([#2245](https://github.com/tencentcloudstack/terraform-provider-tencentcloud/pull/2245))
* **New Resource:** `tencentcloud_organization_org_member_policy_attachment` ([#2243](https://github.com/tencentcloudstack/terraform-provider-tencentcloud/pull/2243))

ENHANCEMENTS:

* resource/tencentcloud_waf_clb_instance: support set `qps_limit` ([#2234](https://github.com/tencentcloudstack/terraform-provider-tencentcloud/pull/2234))
* resource/tencentcloud_waf_saas_instance: support set `qps_limit` ([#2234](https://github.com/tencentcloudstack/terraform-provider-tencentcloud/pull/2234))
* tencentcloud_cam_service_linked_role: Set `custom_suffix` computed ([#2247](https://github.com/tencentcloudstack/terraform-provider-tencentcloud/pull/2247))

BUG FIXES:

* data-source/tencentcloud_dnspod_record_analytics: Fix set info error. ([#2242](https://github.com/tencentcloudstack/terraform-provider-tencentcloud/pull/2242))

## 1.81.38 (October 20, 2023)

FEATURES:
Expand Down