You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .web-docs/components/builder/cvm/README.md
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,10 +24,6 @@ a [communicator](/packer/docs/templates/legacy_json_templates/communicator) can
24
24
reference [Region and Zone](https://intl.cloud.tencent.com/document/product/213/6091)
25
25
for parameter taking.
26
26
27
-
-`zone` (string) - The zone where your cvm will be launch. You should
28
-
reference [Region and Zone](https://intl.cloud.tencent.com/document/product/213/6091)
29
-
for parameter taking.
30
-
31
27
<!-- End of code generated from the comments of the TencentCloudAccessConfig struct in builder/tencentcloud/cvm/access_config.go; -->
32
28
33
29
@@ -37,6 +33,10 @@ a [communicator](/packer/docs/templates/legacy_json_templates/communicator) can
37
33
You should reference [Instance Type](https://intl.cloud.tencent.com/document/product/213/11518)
38
34
for parameter taking.
39
35
36
+
-`zone` (string) - The zone where your cvm will be launch. You should
37
+
reference [Region and Zone](https://intl.cloud.tencent.com/document/product/213/6091)
38
+
for parameter taking.
39
+
40
40
<!-- End of code generated from the comments of the TencentCloudRunConfig struct in builder/tencentcloud/cvm/run_config.go; -->
41
41
42
42
@@ -59,6 +59,9 @@ a [communicator](/packer/docs/templates/legacy_json_templates/communicator) can
59
59
-`vpc_endpoint` (string) - The endpoint you want to reach the cloud endpoint,
60
60
if tce cloud you should set a tce vpc endpoint.
61
61
62
+
-`tag_endpoint` (string) - The endpoint you want to reach the cloud endpoint,
63
+
if tce cloud you should set a tce tag endpoint.
64
+
62
65
-`security_token` (string) - STS access token, can be set through template or by exporting
63
66
as environment variable such as `export TENCENTCLOUD_SECURITY_TOKEN=value`.
64
67
@@ -101,6 +104,8 @@ a [communicator](/packer/docs/templates/legacy_json_templates/communicator) can
101
104
102
105
-`image_tags` (map[string]string) - Key/value pair tags that will be applied to the resulting image.
103
106
107
+
-`snapshot_tags` (map[string]string) - Key/value pair tags that will be applied to snapshot.
108
+
104
109
-`skip_create_image` (bool) - Skip creating an image. When set to true, you don't need to enter target image information, share, copy, etc. The default value is false.
105
110
106
111
<!-- End of code generated from the comments of the TencentCloudImageConfig struct in builder/tencentcloud/cvm/image_config.go; -->
0 commit comments