From 53e8006c58e2025a9bedd37f2c6690ee5dc52f74 Mon Sep 17 00:00:00 2001 From: Van Thong Nguyen Date: Wed, 15 Jan 2025 11:09:14 +0100 Subject: [PATCH] regenerate docs --- docs-partials/builder/gridscale/Config-not-required.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-partials/builder/gridscale/Config-not-required.mdx b/docs-partials/builder/gridscale/Config-not-required.mdx index c69838d..601884b 100644 --- a/docs-partials/builder/gridscale/Config-not-required.mdx +++ b/docs-partials/builder/gridscale/Config-not-required.mdx @@ -16,7 +16,7 @@ during producing template process. **NOTE**: If `secondary_storage=true`, the template will be built from the second storage. -- `base_template_uuid` (string) - A pre-built template UUID. This template is used to produce another template. E.g: Ubuntu template. If base template is private, `ssh_password` will be ignored. +- `base_template_uuid` (string) - A pre-built template UUID. This template is used to produce another template. E.g: Ubuntu template. **NOTE**: One of these fields has to be set: `isoimage_uuid`, `isoimage_url`, `base_template_uuid`. - `isoimage_uuid` (string) - A pre-built ISO image is used by the given ISO image UUID. If IsoImageUUID is set, IsoImageURL is ignored.