We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74f3ab6 commit 79eda06Copy full SHA for 79eda06
tencentcloud/services/as/resource_tc_as_scaling_config.md
@@ -13,7 +13,7 @@ data "tencentcloud_images" "example" {
13
resource "tencentcloud_as_scaling_config" "example" {
14
configuration_name = "example-launch-configuration"
15
image_id = data.tencentcloud_images.example.images.0.image_id
16
- instance_types = ["SA1.SMALL1"]
+ instance_types = ["SA1.SMALL1"]
17
project_id = 0
18
system_disk_type = "CLOUD_PREMIUM"
19
system_disk_size = "50"
@@ -45,7 +45,7 @@ resource "tencentcloud_as_scaling_config" "example" {
45
46
Using `SPOTPAID` charge type
47
48
-```
+```hcl
49
data "tencentcloud_images" "example" {
50
image_type = ["PUBLIC_IMAGE"]
51
os_name = "TencentOS Server 3.2 (Final)"
0 commit comments