Skip to content

Commit 9fbf391

Browse files
committed
add
1 parent f1cdf72 commit 9fbf391

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tencentcloud/services/as/resource_tc_as_scaling_config.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ data "tencentcloud_images" "example" {
1313
resource "tencentcloud_as_scaling_config" "example" {
1414
configuration_name = "example-launch-configuration"
1515
image_id = data.tencentcloud_images.example.images.0.image_id
16-
instance_types = ["SA1.SMALL1"]
16+
instance_types = ["SA1.SMALL1"]
1717
project_id = 0
1818
system_disk_type = "CLOUD_PREMIUM"
1919
system_disk_size = "50"
@@ -45,7 +45,7 @@ resource "tencentcloud_as_scaling_config" "example" {
4545

4646
Using `SPOTPAID` charge type
4747

48-
```
48+
```hcl
4949
data "tencentcloud_images" "example" {
5050
image_type = ["PUBLIC_IMAGE"]
5151
os_name = "TencentOS Server 3.2 (Final)"

0 commit comments

Comments
 (0)