diff --git a/website/pages/partials/builder/tencentcloud/cvm/TencentCloudRunConfig-not-required.mdx b/website/pages/partials/builder/tencentcloud/cvm/TencentCloudRunConfig-not-required.mdx index be961d01b..2d36669ac 100644 --- a/website/pages/partials/builder/tencentcloud/cvm/TencentCloudRunConfig-not-required.mdx +++ b/website/pages/partials/builder/tencentcloud/cvm/TencentCloudRunConfig-not-required.mdx @@ -3,6 +3,12 @@ - `associate_public_ip_address` (bool) - Whether allocate public ip to your cvm. Default value is false. +- `source_image_id` (string) - The base image id of Image you want to create + your customized image from. + +- `source_image_name` (string) - The base image name of Image you want to create your + customized image from.Conflict with SourceImageId. + - `instance_name` (string) - Instance name. - `disk_type` (string) - Root disk type your cvm will be launched by. you could diff --git a/website/pages/partials/builder/tencentcloud/cvm/TencentCloudRunConfig-required.mdx b/website/pages/partials/builder/tencentcloud/cvm/TencentCloudRunConfig-required.mdx index a0240ca50..1a612ec47 100644 --- a/website/pages/partials/builder/tencentcloud/cvm/TencentCloudRunConfig-required.mdx +++ b/website/pages/partials/builder/tencentcloud/cvm/TencentCloudRunConfig-required.mdx @@ -1,8 +1,5 @@ -- `source_image_id` (string) - The base image id of Image you want to create - your customized image from. - - `instance_type` (string) - The instance type your cvm will be launched by. You should reference Instace Type for parameter taking.