-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml.sample
25 lines (24 loc) · 956 Bytes
/
config.yaml.sample
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
project_code: myservice-test
region: eu-west-1
# To store artifacts to S3 enable template_bucket_name and template_key_prefix
template_bucket_name: myservice-test-templates
template_key_prefix: cloudformation/myservice-test
# Project Global variables
email_team: dev.team@company.com
git_repository: application.release.pipeline
git_branch: master
#git_token: gittoken
git_owner: taherbs
kms_key_arn: arn:aws:kms:eu-west-1:XXXXXXXXXXXX:key/XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
s3_artifacts_output_bucket: aws-output-artifacts
s3_elb_logs_bucket: aws-elb-logs
project_vpc: vpc-XXXXXXXXXXXXXXXXX
project_app_subnets: subnet-XXXXXX,subnet-XXXXXX,subnet-XXXXXX
project_public_subnets: subnet-XXXXXX,subnet-XXXXXX,subnet-XXXXXX
hosted_zone_name: something.company.net
hosted_zone_id: XXXXXXXXX
elb_cert: XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
elb_health_check_path: /hc/index.htmlxz
project_subdomain: myservicetest
stg_alb_policy: trusted
prd_alb_policy: public