-
Notifications
You must be signed in to change notification settings - Fork 4
/
_cim.yml
34 lines (30 loc) · 943 Bytes
/
_cim.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
version: 0.1
stack:
name: kms # Note: Update this with your stack name
template:
file: cloudformation.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: services-cicd # Note: Update this with your bucket name.
#
# Reference parent stacks fo included shared information like stack name.
#
# parents:
# vpc: '../vpc'
#
# Define stack input parameters.
#
parameters:
# Comma delimited list of iam users.
KeyAdmins: 'arn:aws:iam::132093761664:root, arn:aws:iam::132093761664:user/cli, arn:aws:iam::132093761664:user/randy.findley'
KeyUsers: 'arn:aws:iam::132093761664:root, arn:aws:iam::132093761664:user/cli, arn:aws:iam::132093761664:user/randy.findley'
#
# Define stack capabilities required.
#
# capabilities:
# - 'CAPABILITY_IAM'
#
# Define global tags.
#
# tags:
# app: 'cim-stack'