Created
          August 8, 2025 19:26 
        
      - 
      
- 
        Save guiofsaints/709f82abf2b4df67bdb60a76cfe2868c to your computer and use it in GitHub Desktop. 
    Array de Objetos com Condicional para Template do Backstage (ref: https://backstage.io/docs/features/software-templates/input-examples/#use-parameters-as-conditional-for-fields)
  
        
  
    
      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 characters
    
  
  
    
  | 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