-
Notifications
You must be signed in to change notification settings - Fork 5
/
config.yml.example
56 lines (46 loc) · 1.93 KB
/
config.yml.example
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
46
47
48
49
50
51
52
53
54
55
56
# These are all the possible properties for the configuration files.
# The values included in this file are the default values for the property they are associated with.
exporter:
name: # Valid values: terraform
settings:
# Specific to the Terraform exporter (exporter.name: terraform)
api_endpoint: https://app.terraform.io
api_token:
include:
workspaces: ^example-.*$
# # If you want to support variable sets, set this to `true`. This feature is experimental.
# # Default: false
# experimental_support_variable_sets: false
generator:
# # If you use a custom app in github with spacelift, set this to `true`.
# # If you use the marketplace github app with spacelift, set this to `false`.
# # Default: false
# github:
# custom_app: false
# # If you want spacelift to manage your state set to `true`.
# # If you want to use a third-party backend, like s3, set to `false`.
# # Default: true
# spacelift:
# manage_state: true
# # Custom runner to use for stacks with custom runner images configured
# # See customizing the runner image: https://docs.spacelift.io/integrations/docker#customizing-the-runner-image
# # Default: N/A, must be provided (however, not always used. If it is used and not provided an exception will be raised during code generation)
# custom_runner_image: public.ecr.aws/spacelift/runner-terraform
# # The default branch for all modules. Only used if the module does not have a branch specified.
# # Default: empty string
# modules:
# default_branch: main
# # The default branch for all stacks. Only used if the stack does not have a branch specified.
# # Default: empty string
# stacks:
# default_branch: main
extra_vars:
foo: bar # "{{ extra_vars.foo }}" in a template will be replaced by "bar"
github:
api_token:
endpoint: https://api.github.com
spacelift:
api:
api_key_endpoint: https://<ACCOUNT NAME>>.app.spacelift.io/graphql
api_key_id:
api_key_secret: