Skip to content

Commit

Permalink
Update generated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nywilken committed Oct 27, 2023
1 parent c094f2f commit 16d8311
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 10 deletions.
10 changes: 6 additions & 4 deletions .web-docs/components/builder/yandex/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ can also be supplied to override the typical auto-generated key:

- `source_image_family` (string) - The source image family to create the new image
from. You can also specify source_image_id instead. Just one of a source_image_id or
source_image_family must be specified. Example: `ubuntu-1804-lts`.
source_image_family must be specified. Example: `ubuntu-2204-lts`.

<!-- End of code generated from the comments of the SourceImageConfig struct in builder/yandex/common_config.go; -->

Expand All @@ -130,9 +130,9 @@ can also be supplied to override the typical auto-generated key:

- `endpoint` (string) - Non standard API endpoint. Default is `api.cloud.yandex.net:443`.

- `service_account_key_file` (string) - Path to file with Service Account key in json format. This
is an alternative method to authenticate to Yandex.Cloud. Alternatively you may set environment variable
`YC_SERVICE_ACCOUNT_KEY_FILE`.
- `service_account_key_file` (string) - Contains either a path to or the contents of the Service Account file in JSON format.
This can also be specified using environment variable `YC_SERVICE_ACCOUNT_KEY_FILE`.
You can read how to create service account key file [here](https://cloud.yandex.com/docs/iam/operations/iam-token/create-for-sa#keys-create).

- `max_retries` (int) - The maximum number of times an API request is being executed.

Expand Down Expand Up @@ -181,6 +181,8 @@ can also be supplied to override the typical auto-generated key:

- `instance_cores` (int) - The number of cores available to the instance.

- `instance_core_fraction` (int) - The vCPU performance level (core fraction) of the instance

- `instance_gpus` (int) - The number of GPU available to the instance.

- `instance_mem_gb` (int) - The amount of memory available to the instance, specified in gigabytes.
Expand Down
8 changes: 5 additions & 3 deletions .web-docs/components/post-processor/yandex-export/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ Also, you should configure [ssh communicator](/packer/docs/communicators/ssh). D

- `endpoint` (string) - Non standard API endpoint. Default is `api.cloud.yandex.net:443`.

- `service_account_key_file` (string) - Path to file with Service Account key in json format. This
is an alternative method to authenticate to Yandex.Cloud. Alternatively you may set environment variable
`YC_SERVICE_ACCOUNT_KEY_FILE`.
- `service_account_key_file` (string) - Contains either a path to or the contents of the Service Account file in JSON format.
This can also be specified using environment variable `YC_SERVICE_ACCOUNT_KEY_FILE`.
You can read how to create service account key file [here](https://cloud.yandex.com/docs/iam/operations/iam-token/create-for-sa#keys-create).

- `max_retries` (int) - The maximum number of times an API request is being executed.

Expand Down Expand Up @@ -131,6 +131,8 @@ Also, you should configure [ssh communicator](/packer/docs/communicators/ssh). D

- `instance_cores` (int) - The number of cores available to the instance.

- `instance_core_fraction` (int) - The vCPU performance level (core fraction) of the instance

- `instance_gpus` (int) - The number of GPU available to the instance.

- `instance_mem_gb` (int) - The amount of memory available to the instance, specified in gigabytes.
Expand Down
6 changes: 3 additions & 3 deletions .web-docs/components/post-processor/yandex-import/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ file.

- `endpoint` (string) - Non standard API endpoint. Default is `api.cloud.yandex.net:443`.

- `service_account_key_file` (string) - Path to file with Service Account key in json format. This
is an alternative method to authenticate to Yandex.Cloud. Alternatively you may set environment variable
`YC_SERVICE_ACCOUNT_KEY_FILE`.
- `service_account_key_file` (string) - Contains either a path to or the contents of the Service Account file in JSON format.
This can also be specified using environment variable `YC_SERVICE_ACCOUNT_KEY_FILE`.
You can read how to create service account key file [here](https://cloud.yandex.com/docs/iam/operations/iam-token/create-for-sa#keys-create).

- `max_retries` (int) - The maximum number of times an API request is being executed.

Expand Down

0 comments on commit 16d8311

Please sign in to comment.