Skip to content

Commit

Permalink
Address open PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenVarela committed Dec 6, 2024
1 parent 64f71df commit b7eb2f5
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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

0 comments on commit b7eb2f5

Please sign in to comment.