forked from thestackshack/serverless-stack-cicd
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_cim.yml
More file actions
31 lines (28 loc) · 1005 Bytes
/
_cim.yml
File metadata and controls
31 lines (28 loc) · 1005 Bytes
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
version: 0.1
stack:
name: serverless-cicd # Note: Update this with your stack name
template:
file: bootstrap.stack.yml
# Stacks are uploaded here prior to deployment. The bucket is created if it doesn't exist.
# The name can be the same for all your _cim.yml files.
bucket: serverless-cicd # Note: Update this with your bucket name.
#
# Define stack input parameters.
#
parameters:
Domain: 'example.com'
TLD: 'example.com'
GitHubOwner: 'thestackshack'
GitHubRepo: 'serverless-stack-cicd'
GitHubToken: '${kms.decrypt(AQICAHgiu9XuQb4FZRXrLn/77g1P99ZhS7/g3xOsvbvNpb+/qQH+sxP+if0SN0/QR0I3M9ehAAAAhzCBhAYJKoZIhvcNAQcGoHcwdQIBADBwBgkqhkiG9w0BBwEwHgYJYIZIAWUDBAEuMBEEDNTJCu1YrFM64MUL4AIBEIBD8zDL0Oc+8rQwr/7fJq+NyPB7vKJ/lNqqcmBBN9QS8XDFAqB9Vh9fkCUSilXs3HG3NL6EdLYaR9Z5blo7p2/HTmJrnw==)}'
#
# Define stack capabilities required.
#
capabilities:
- 'CAPABILITY_IAM'
- 'CAPABILITY_NAMED_IAM'
#
# Define global tags.
#
# tags:
# app: 'cim-stack'