Skip to content

Commit

Permalink
fix: reference to old size slugs
Browse files Browse the repository at this point in the history
  • Loading branch information
lauhon committed Oct 29, 2024
1 parent 8f62db4 commit 413e536
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ properties:
instance_size_slug:
description: 'The instance size to use for this component. Default: `apps-s-1vcpu-0.5gb`'
oneOf:
- $ref: 'old_instance_size_slug'
- $ref: '#/properties/old_instance_size_slug'
- type: string
enum:
- apps-s-1vcpu-0.5gb
Expand Down

0 comments on commit 413e536

Please sign in to comment.