From 4c9bd50416a94ee44e876470b56f073f5ed88c63 Mon Sep 17 00:00:00 2001 From: talo Date: Thu, 30 Mar 2023 10:40:59 +0300 Subject: [PATCH] [src] GCP instance name prefix. --- .../elastigroup/gcp/schemas/compute/launchSpecification.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/services/elastigroup/gcp/schemas/compute/launchSpecification.yaml b/api/services/elastigroup/gcp/schemas/compute/launchSpecification.yaml index 7b94ea58c..3b0dc5ee3 100644 --- a/api/services/elastigroup/gcp/schemas/compute/launchSpecification.yaml +++ b/api/services/elastigroup/gcp/schemas/compute/launchSpecification.yaml @@ -43,7 +43,7 @@ properties: type: string example: "name-prefix" description: | - Set an instance name prefix to be used for all launched instances and their boot disk. + Set an instance name prefix to be used for all launched instances and their boot disks. The prefix value should comply with the following limitations: * A maximal length of 25 characters. * The first character must be a lowercase letter, and all the following characters must be hyphens, lowercase letters, or digits, except the last character, which cannot be a hyphen. \ No newline at end of file