From b7eb2f5d056e8c52eb98ed3a3e2369846c802159 Mon Sep 17 00:00:00 2001 From: Stephen Varela Date: Fri, 6 Dec 2024 18:14:36 -0500 Subject: [PATCH] Address open PR comments --- .../models/autoscale_pool_droplet_template.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/specification/resources/autoscale_pools/models/autoscale_pool_droplet_template.yml b/specification/resources/autoscale_pools/models/autoscale_pool_droplet_template.yml index 3e7c9d8a..dbdb7768 100644 --- a/specification/resources/autoscale_pools/models/autoscale_pool_droplet_template.yml +++ b/specification/resources/autoscale_pools/models/autoscale_pool_droplet_template.yml @@ -30,6 +30,11 @@ properties: type: string example: c-2 description: The Droplet size to be used for all Droplets in the autoscale pool. + + image: + type: string + example: ubuntu-20-04-x64 + description: The Droplet image to be used for all Droplets in the autoscale pool. You may specify the slug or the image ID. ssh_keys: @@ -78,7 +83,7 @@ properties: User data is often a cloud-config file or Bash script. It must be plain text and may not exceed 64 KiB in size. required: - - name - region + - image - size - ssh_keys