Skip to content

Commit ccff229

Browse files
committed
Make build-docs
1 parent cdda1d3 commit ccff229

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.web-docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Then, run [`packer init`](https://www.packer.io/docs/commands/init).
3535
packer {
3636
required_plugins {
3737
ucloud = {
38-
version = ">= 1.0.8"
38+
version = ">= 1.0.9"
3939
source = "github.com/hashicorp/ucloud"
4040
}
4141
}

.web-docs/components/builder/uhost/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@ builder.
8686

8787
~> **Note:** It takes around 10 mins for boot disk initialization when `boot_disk_type` is `local_normal` or `local_ssd`.
8888

89+
- `boot_disk_size` (int) - The size of boot disk associated to UHost instance, which cannot be smaller than the size of source image.
90+
The unit is `GB`. Default value is the size of source image.
91+
8992
- `vpc_id` (string) - The ID of VPC linked to the UHost instance. If not defined `vpc_id`, the instance will use the default VPC in the current region.
9093

9194
- `subnet_id` (string) - The ID of subnet under the VPC. If `vpc_id` is defined, the `subnet_id` is mandatory required.

0 commit comments

Comments
 (0)