Skip to content

Commit

Permalink
remove enum info
Browse files Browse the repository at this point in the history
  • Loading branch information
sblausten committed Sep 5, 2023
1 parent b3b3847 commit af18a84
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions content/docs/scaffolder/writing-templates/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -320,35 +320,6 @@ parameters:
ui:field: EntityTagsPicker
```

You can use an enum also to populate array values like so:

```yaml
parameters:
- title: Fill in some steps
properties:
volume_type:
title: Volume Type
type: string
description: The volume type to be used
default: gp2
enum:
- gp2
- gp3
- io1
- io2
- sc1
- st1
- standard
enumNames:
- 'General Purpose SSD (gp2)'
- 'General Purpose SSD (gp3)'
- 'Provisioned IOPS (io1)'
- 'Provisioned IOPS (io2)'
- 'Cold HDD (sc1)'
- 'Throughput Optimized HDD (st1)'
- 'Magnetic (standard)'
```

### Outputs

Parameters can be retrieved later on by steps using parameter outputs. Here is an example of a parameter `name` being used by a `debug:log` step.
Expand Down

0 comments on commit af18a84

Please sign in to comment.