-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaction.yml
31 lines (31 loc) · 1.04 KB
/
action.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
name: 'Cloudformation Diagram Visualization'
description: 'GitHub Action for cfn-diagram, the AWS Cloudformation visualization tool'
author: 'Cristian Boarna'
branding:
icon: 'aperture'
color: blue
runs:
using: 'docker'
image: 'Dockerfile'
inputs:
path_input:
description: 'Path where the Cloudformation templates can be found'
required: true
path_output:
description: 'Path where the output diagrams should be placed'
required: false
diagram_type:
description: 'What type of diagram export should be executed'
required: false
diagram_exclude_types:
description: 'Cloudformation types to be excluded from cfn-diagram output'
required: false
diagram_stacks:
description: 'Cloudformation stacks to be included in export, defaults to all'
required: false
viewport_height:
description: 'Browser viewport height configuration. Only valid for html|h diagramType'
required: false
viewport_width:
description: 'Browser viewport width configuration. Only valid for html|h diagramType'
required: false