Created
August 8, 2025 19:26
-
-
Save guiofsaints/709f82abf2b4df67bdb60a76cfe2868c to your computer and use it in GitHub Desktop.
Revisions
-
guiofsaints created this gist
Aug 8, 2025 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,33 @@ 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