-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathplugin.yml
45 lines (45 loc) · 889 Bytes
/
plugin.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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
name: Terraform
description: Runs Terraform in your pipeline.
author: https://github.com/echoboomer
requirements:
- docker
configuration:
properties:
apply:
type: boolean
apply_only:
type: boolean
apply_master:
type: boolean
debug:
type: boolean
disable_ssh_keyscan:
type: boolean
env:
type: [string, array]
image:
type: string
init_args:
type: [string, array]
known_hosts_location:
type: string
no_validate:
type: boolean
precommand:
type: string
skip_apply_no_diff:
type: boolean
use_workspaces:
type: boolean
auto_create_workspace:
type: boolean
version:
type: string
volumes:
type: [string, array]
working_directory:
type: string
workspace:
type: string
workspace_metadata_key:
type: string