Skip to content

Commit

Permalink
Cleanup after release v1.241.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenHanZhang committed Jan 13, 2025
1 parent 4712c1e commit e68d46e
Show file tree
Hide file tree
Showing 41 changed files with 304 additions and 146 deletions.
264 changes: 133 additions & 131 deletions CHANGELOG.md

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions website/docs/r/alb_ascript.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) A Script 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_ascript&exampleId=d74c0c5f-2b1a-bc8c-1003-4229b402a07186b2b332&activeTab=example&spm=docs.r.alb_ascript.0.d74c0c5f2b&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
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 Access Log C

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_access_log_config_attachment&exampleId=ba571d1d-cd2b-d8e0-6f7f-ae4c4efe0b495a5a17d5&activeTab=example&spm=docs.r.alb_load_balancer_access_log_config_attachment.0.ba571d1dcd&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
2 changes: 1 addition & 1 deletion website/docs/r/alikafka_instance.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ For information about Kafka instance and how to use it, see [What is alikafka in
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_alikafka_instance&exampleId=c77fb2b7-034b-94f5-c569-b4de0f0f82a1954b6cb7&activeTab=example&spm=docs.r.alikafka_instance.0.c77fb2b703&intl_lang=EN_US" target="_blank">
<a href="https://api.aliyun.com/terraform?resource=alicloud_alikafka_instance&exampleId=5e353142-9caa-4f03-436d-fad8a0e042b719460d1f&activeTab=example&spm=docs.r.alikafka_instance.0.5e3531429c&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
8 changes: 7 additions & 1 deletion website/docs/r/amqp_instance.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ For information about RabbitMQ (AMQP) Instance and how to use it, see [What is I
Create a RabbitMQ (AMQP) enterprise edition Instance.

<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_amqp_instance&exampleId=45cec220-2e60-4a5f-0eaa-39abcd8e5e46e0861292&activeTab=example&spm=docs.r.amqp_instance.0.45cec2202e&intl_lang=EN_US" target="_blank">
<a href="https://api.aliyun.com/terraform?resource=alicloud_amqp_instance&exampleId=245eb6fa-b3c6-fff4-f584-1ee4248fc423c0181288&activeTab=example&spm=docs.r.amqp_instance.0.245eb6fab3&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 Expand Up @@ -47,6 +47,12 @@ resource "alicloud_amqp_instance" "default" {
```

Create a RabbitMQ (AMQP) serverless edition Instance.
<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_amqp_instance&exampleId=468f570a-bb0e-8233-40bb-ff83384d2415e6beeb49&activeTab=example&spm=docs.r.amqp_instance.1.468f570abb&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/apig_environment.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ For information about APIG Environment and how to use it, see [What is Environme

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_apig_environment&exampleId=4aacdd1a-aacf-c947-083d-b3386f109a6255aa57c2&activeTab=example&spm=docs.r.apig_environment.0.4aacdd1aaa&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/apig_gateway.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ For information about APIG Gateway and how to use it, see [What is Gateway](http

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_apig_gateway&exampleId=6a041ca8-aa0e-8c55-950d-af10c2df89b01a30ef4f&activeTab=example&spm=docs.r.apig_gateway.0.6a041ca8aa&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/apig_http_api.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ For information about APIG Http Api and how to use it, see [What is Http Api](ht

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_apig_http_api&exampleId=663376aa-68d1-c514-bf85-c36ddfc4ff787f19c9d2&activeTab=example&spm=docs.r.apig_http_api.0.663376aa68&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/cloud_control_resource.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ For information about Cloud Control Resource and how to use it, see [What is Res

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_cloud_control_resource&exampleId=5d11b39c-6938-1d3d-e711-ea7d2daad8738ad49fd3&activeTab=example&spm=docs.r.cloud_control_resource.0.5d11b39c69&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/cr_ee_instance.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ For information about Container Registry Enterprise Edition instances 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_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">
<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
2 changes: 1 addition & 1 deletion website/docs/r/cr_ee_sync_rule.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ For information about Container Registry Sync Rule and how to use it, see [What
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_cr_ee_sync_rule&exampleId=3a398d4e-fdcf-c865-e1fc-5fbcabdf27b5a4eba53d&activeTab=example&spm=docs.r.cr_ee_sync_rule.0.3a398d4efd&intl_lang=EN_US" target="_blank">
<a href="https://api.aliyun.com/terraform?resource=alicloud_cr_ee_sync_rule&exampleId=42ecb044-b474-190f-f091-4fc385cdf0cba5a4fb04&activeTab=example&spm=docs.r.cr_ee_sync_rule.0.42ecb044b4&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_managed_kubernetes.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,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_managed_kubernetes&exampleId=63a204f0-802b-c86a-db75-a0ea4f88364bd17679e8&activeTab=example&spm=docs.r.cs_managed_kubernetes.0.63a204f080&intl_lang=EN_US" target="_blank">
<a href="https://api.aliyun.com/terraform?resource=alicloud_cs_managed_kubernetes&exampleId=27aadcc9-05f0-2e9f-38f6-9c130b175087b7374a3b&activeTab=example&spm=docs.r.cs_managed_kubernetes.0.27aadcc905&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/data_works_di_alarm_rule.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ For information about Data Works Di Alarm Rule and how to use it, see [What is D

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_data_works_di_alarm_rule&exampleId=e6a2523c-b78e-3320-202a-63ad7d866290a0d51c73&activeTab=example&spm=docs.r.data_works_di_alarm_rule.0.e6a2523cb7&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/data_works_di_job.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ For information about Data Works Di Job and how to use it, see [What is Di Job](

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_data_works_di_job&exampleId=308b052b-c8d0-78bc-f2b2-013cd620d55b0d91ebae&activeTab=example&spm=docs.r.data_works_di_job.0.308b052bc8&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/data_works_dw_resource_group.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ For information about Data Works Dw Resource Group and how to use it, see [What

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_data_works_dw_resource_group&exampleId=290cd452-5b38-fd13-4495-3c3fb1c357b6164a772f&activeTab=example&spm=docs.r.data_works_dw_resource_group.0.290cd4525b&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/data_works_network.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ For information about Data Works Network and how to use it, see [What is Network

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_data_works_network&exampleId=70cb3a95-6fdb-8c77-c084-609d6e55725652561828&activeTab=example&spm=docs.r.data_works_network.0.70cb3a956f&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/esa_record.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ For information about ESA Record and how to use it, see [What is Record](https:/

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_esa_record&exampleId=481256ba-f7b1-ccf5-8fe9-bd54780bb71216c0d2d6&activeTab=example&spm=docs.r.esa_record.0.481256baf7&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
2 changes: 1 addition & 1 deletion website/docs/r/ess_scheduled_task.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ For information about ess schedule task, see [Scheduled Tasks](https://www.aliba
## 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_ess_scheduled_task&exampleId=ab8ce419-74cd-8c67-296b-cbfb8df30213f9b4c48f&activeTab=example&spm=docs.r.ess_scheduled_task.0.ab8ce41974&intl_lang=EN_US" target="_blank">
<a href="https://api.aliyun.com/terraform?resource=alicloud_ess_scheduled_task&exampleId=c0d6ec92-7c2f-6169-a7e7-55dc4caba7a62290dca0&activeTab=example&spm=docs.r.ess_scheduled_task.0.c0d6ec927c&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/hbr_cross_account.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ For information about Hybrid Backup Recovery (HBR) Cross Account and how to use

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_hbr_cross_account&exampleId=2d9de846-a7bd-150a-b6c2-a4436942ce650d61451a&activeTab=example&spm=docs.r.hbr_cross_account.0.2d9de846a7&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
2 changes: 1 addition & 1 deletion website/docs/r/log_resource_record.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ For information about SLS Resource and how to use it, see [Resource management](
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_log_resource_record&exampleId=8cfb1650-d7b0-4eef-4a2e-26acfea8e9160043000d&activeTab=example&spm=docs.r.log_resource_record.0.8cfb1650d7&intl_lang=EN_US" target="_blank">
<a href="https://api.aliyun.com/terraform?resource=alicloud_log_resource_record&exampleId=020d1b77-bb45-7c0f-1ef6-3b6b5ba93dca806e4d70&activeTab=example&spm=docs.r.log_resource_record.0.020d1b77bb&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/market_order.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Provides a market order resource.
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_market_order&exampleId=52d9bf54-bfbc-2451-a146-e62e02e3e874935a79cb&activeTab=example&spm=docs.r.market_order.0.52d9bf54bf&intl_lang=EN_US" target="_blank">
<a href="https://api.aliyun.com/terraform?resource=alicloud_market_order&exampleId=7cb0558a-5042-7c6a-a42e-d9cbfd8934677d52831b&activeTab=example&spm=docs.r.market_order.0.7cb0558a50&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/message_service_queue.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ For information about Message Service Queue and how to use it, see [What is Queu
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_message_service_queue&exampleId=035c32fa-29c9-0589-56e8-a39bc719314c356e28b3&activeTab=example&spm=docs.r.message_service_queue.0.035c32fa29&intl_lang=EN_US" target="_blank">
<a href="https://api.aliyun.com/terraform?resource=alicloud_message_service_queue&exampleId=d0dc31e6-0335-9ff7-e5d4-87536fb991ca86f6a8ac&activeTab=example&spm=docs.r.message_service_queue.0.d0dc31e603&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/message_service_topic.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ For information about Message Service Topic and how to use it, see [What is Topi
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_message_service_topic&exampleId=0fc6d852-0b19-a125-e957-d54e6fafbd179f895ece&activeTab=example&spm=docs.r.message_service_topic.0.0fc6d8520b&intl_lang=EN_US" target="_blank">
<a href="https://api.aliyun.com/terraform?resource=alicloud_message_service_topic&exampleId=f4078b56-da8a-868c-bec2-ce95370ce435d8bac445&activeTab=example&spm=docs.r.message_service_topic.0.f4078b56da&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/mongodb_account.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ For information about Mongo D B Account and how to use it, see [What is Account]

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_mongodb_account&exampleId=6b410fdc-06af-0ce6-22f7-149630f8a0982c790f03&activeTab=example&spm=docs.r.mongodb_account.0.6b410fdc06&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 Mongo D B Private Srv Network Address and how to use it, s

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_mongodb_private_srv_network_address&exampleId=f7832271-eb3b-840f-aaeb-df71975174cbd730c21d&activeTab=example&spm=docs.r.mongodb_private_srv_network_address.0.f7832271eb&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
Loading

0 comments on commit e68d46e

Please sign in to comment.