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
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,6 +62,9 @@ a [communicator](/packer/docs/templates/legacy_json_templates/communicator) can
62
62
-`tag_endpoint` (string) - The endpoint you want to reach the cloud endpoint,
63
63
if tce cloud you should set a tce tag endpoint.
64
64
65
+
-`org_endpoint` (string) - The endpoint you want to reach the cloud endpoint,
66
+
if tce cloud you should set a tce organization endpoint.
67
+
65
68
-`security_token` (string) - STS access token, can be set through template or by exporting
66
69
as environment variable such as `export TENCENTCLOUD_SECURITY_TOKEN=value`.
67
70
@@ -108,6 +111,14 @@ a [communicator](/packer/docs/templates/legacy_json_templates/communicator) can
108
111
109
112
-`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.
110
113
114
+
-`is_share_org_members` (bool) - After creating the image,
115
+
whether to share it with other accounts in the organization
116
+
where the current account is located.
117
+
The image can be copied to a maximum of 50 accounts,
118
+
with ImageShareAccounts being the priority.
119
+
120
+
-`image_family` (string) - Image family. Example value: business-daily-update.
121
+
111
122
<!-- End of code generated from the comments of the TencentCloudImageConfig struct in builder/tencentcloud/cvm/image_config.go; -->
0 commit comments