Skip to content

Instantly share code, notes, and snippets.

@guiofsaints
Created August 8, 2025 19:26
Show Gist options
  • Save guiofsaints/709f82abf2b4df67bdb60a76cfe2868c to your computer and use it in GitHub Desktop.
Save guiofsaints/709f82abf2b4df67bdb60a76cfe2868c to your computer and use it in GitHub Desktop.
parameters:
- title: Volumes Root
properties:
volumes:
type: array
title: Configurações de Volume Root
items:
type: object
properties:
deleteOnTermination:
type: boolean
title: Delete on Termination?
default: false
rootEncrypted:
type: boolean
title: Root Encrypted?
default: false
dependencies:
rootEncrypted:
oneOf:
- properties:
rootEncrypted:
const: false
- properties:
rootEncrypted:
const: true
kmsKeyArn:
type: string
title: KMS Key ARN
required:
- kmsKeyArn
required:
- volumes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment