packer-cn/website/pages/partials/builder/ucloud/common/AccessConfig-required.mdx
Jonathan Neal d8b67f8520
📌 Hard Pin Website Dependencies (#9543)
* Update and pin dependencies
* Update NextJS Scripts
* npm run lint
* npm run format
* docs generator: indent docs by two and make spacing better

Co-authored-by: Adrien Delorme <azr@users.noreply.github.com>
2020-07-13 12:33:16 +02:00

14 lines
810 B
Plaintext

<!-- Code generated from the comments of the AccessConfig struct in builder/ucloud/common/access_config.go; DO NOT EDIT MANUALLY -->
- `public_key` (string) - This is the UCloud public key. It must be provided unless `profile` is set,
but it can also be sourced from the `UCLOUD_PUBLIC_KEY` environment variable.
- `private_key` (string) - This is the UCloud private key. It must be provided unless `profile` is set,
but it can also be sourced from the `UCLOUD_PRIVATE_KEY` environment variable.
- `region` (string) - This is the UCloud region. It must be provided, but it can also be sourced from
the `UCLOUD_REGION` environment variables.
- `project_id` (string) - This is the UCloud project id. It must be provided, but it can also be sourced
from the `UCLOUD_PROJECT_ID` environment variables.