-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbitops.schema.yaml
More file actions
42 lines (41 loc) · 1.08 KB
/
bitops.schema.yaml
File metadata and controls
42 lines (41 loc) · 1.08 KB
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
terraform:
type: object
properties:
cli:
type: object
properties:
var-file:
type: string
parameter: var-file
export_env: TF_VAR_FILE
targets:
type: list
parameter: target
export_env: TF_TARGETS
backend-config:
type: list
parameter: backend-config
dash_type: "-"
stack-action:
type: string
export_env: TERRAFORM_COMMAND
required: true
default: plan
options:
type: object
properties:
skip-deploy:
type: boolean
parameter: skip-deploy
export_env: TERRAFORM_SKIP_DEPLOY
# version:
# type: string
# export_env: TERRAFORM_VERSION
# default: "0.13.2"
workspace:
type: string
export_env: TERRAFORM_WORKSPACE
# init-upgrade:
# type: boolean
# export_env: TERRAFORM_INIT_UPGRADE
# default: false